12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "contractName": "CrossCoin",
- "abi": [
- {
- "inputs": [
- {
- "internalType": "uint256",
- "name": "_id",
- "type": "uint256"
- },
- {
- "internalType": "address",
- "name": "_token",
- "type": "address"
- },
- {
- "internalType": "uint256",
- "name": "_amount",
- "type": "uint256"
- },
- {
- "internalType": "address",
- "name": "_receiver",
- "type": "address"
- },
- {
- "internalType": "uint256",
- "name": "_timestamp",
- "type": "uint256"
- },
- {
- "internalType": "bytes",
- "name": "_signature",
- "type": "bytes"
- }
- ],
- "name": "cross",
- "outputs": [],
- "stateMutability": "nonpayable",
- "type": "function"
- }
- ]
- }
|