rename 'abi-COIN-network.js' 为 'abi_COIN_network.js'; 增加 social_ids.js
This commit is contained in:
50
abi_EURT_ethereum.js
Normal file
50
abi_EURT_ethereum.js
Normal file
@@ -0,0 +1,50 @@
|
||||
// from https://etherscan.io/token/0xC581b735A1688071A1746c968e0798D642EDE491#code
|
||||
module.exports = [
|
||||
{
|
||||
inputs: [
|
||||
{ internalType: 'address', name: '_logic', type: 'address' },
|
||||
{ internalType: 'address', name: '_admin', type: 'address' },
|
||||
{ internalType: 'bytes', name: '_data', type: 'bytes' },
|
||||
],
|
||||
stateMutability: 'payable',
|
||||
type: 'constructor',
|
||||
},
|
||||
{
|
||||
anonymous: false,
|
||||
inputs: [
|
||||
{ indexed: false, internalType: 'address', name: 'previousAdmin', type: 'address' },
|
||||
{ indexed: false, internalType: 'address', name: 'newAdmin', type: 'address' },
|
||||
],
|
||||
name: 'AdminChanged',
|
||||
type: 'event',
|
||||
},
|
||||
{ anonymous: false, inputs: [{ indexed: true, internalType: 'address', name: 'implementation', type: 'address' }], name: 'Upgraded', type: 'event' },
|
||||
{ stateMutability: 'payable', type: 'fallback' },
|
||||
{ inputs: [], name: 'admin', outputs: [{ internalType: 'address', name: '', type: 'address' }], stateMutability: 'nonpayable', type: 'function' },
|
||||
{
|
||||
inputs: [{ internalType: 'address', name: 'newAdmin', type: 'address' }],
|
||||
name: 'changeAdmin',
|
||||
outputs: [],
|
||||
stateMutability: 'nonpayable',
|
||||
type: 'function',
|
||||
},
|
||||
{ inputs: [], name: 'implementation', outputs: [{ internalType: 'address', name: '', type: 'address' }], stateMutability: 'nonpayable', type: 'function' },
|
||||
{
|
||||
inputs: [{ internalType: 'address', name: 'newImplementation', type: 'address' }],
|
||||
name: 'upgradeTo',
|
||||
outputs: [],
|
||||
stateMutability: 'nonpayable',
|
||||
type: 'function',
|
||||
},
|
||||
{
|
||||
inputs: [
|
||||
{ internalType: 'address', name: 'newImplementation', type: 'address' },
|
||||
{ internalType: 'bytes', name: 'data', type: 'bytes' },
|
||||
],
|
||||
name: 'upgradeToAndCall',
|
||||
outputs: [],
|
||||
stateMutability: 'payable',
|
||||
type: 'function',
|
||||
},
|
||||
{ stateMutability: 'payable', type: 'receive' },
|
||||
]
|
||||
Reference in New Issue
Block a user