Amino Network Infrastructure
Verified contract
Active on
Ethereum with 326 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Amino Network Infrastructure "
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12933882 | 3 years ago | | | 0 | 0.0010532400 | |
| 12871637 | 3 years ago | | | 0 | 0.00030162000 | |
| 12869188 | 3 years ago | | | 0 | 0.00070216000 | |
| 12809701 | 3 years ago | | | 0 | 0.0010441600 | |
| 12809701 | 3 years ago | | | 0 | 0.00070216000 | |
| 12809690 | 3 years ago | | | 0 | 0.0010439200 | |
| 12809690 | 3 years ago | | | 0 | 0.0010441600 | |
| 12809690 | 3 years ago | | | 0 | 0.0010441600 | |
| 12736505 | 3 years ago | | | 0 | 0.00048259200 | |
| 12002574 | 4 years ago | | | 0 | 0.0045039120 |
ABI
ABI objects
Getter at block 21263100
decimals() view returns (uint8)
18
name() view returns (string)
Amino Network Infrastructure
owner() view returns (address)
0x4515d7bbe3d49da7734b6a65017380b6c05ff9b8
symbol() view returns (string)
AMIX
totalSupply() view returns (uint256)
250000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfOld(address _owner) view returns (uint256 balance)
lockedBalanceOf(address, uint256) view returns (uint256 amount, uint256 time)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
transfer(address _to, uint256 _value)
transferAndLock(address _to, uint256 _value, uint256 _time)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
TransferAndLock(address indexed from, address indexed to, uint256 value, uint256 time)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.