Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AMR | ERC-20 | 250K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11779315 | 4 years ago | | | 0 | 0.0028850256 | |
| 11779291 | 4 years ago | | | 0 | 0.0028512000 | |
| 11292907 | 4 years ago | | | 0 | 0.0015805310 | |
| 11292880 | 4 years ago | | | 0 | 0.0026455310 | |
| 11292810 | 4 years ago | | | 0 | 0.0026455310 | |
| 11284639 | 4 years ago | | | 0 | 0.0017879520 | |
| 11227922 | 4 years ago | | | 0 | 0.0019716886 | |
| 11227783 | 4 years ago | | | 0 | 0.0043282086 | |
| 10945068 | 4 years ago | | | 0 | 0.0026446790 | |
| 8363548 | 5 years ago | | | 0 | 0.00014798800 |
ABI
ABI objects
Getter at block 21315060
decimals() view returns (uint8)
16
maxMintBlock() view returns (uint256)
1
name() view returns (string)
AMMBR
symbol() view returns (string)
AMR
totalSupply() view returns (uint256)
20000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
multiTransfer(address[] destinations, uint256[] tokens) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.