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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
EXMR | ERC-20 | 11.311299M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
BKX | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19297672 | 9 months ago | | | 0 | 0.0046551600 | |
| 18243526 | a year ago | | | 0 | 0.00020199192 | |
| 17010356 | 2 years ago | | | 0 | 0.00046981248 | |
| 15231486 | 2 years ago | | | 0 | 0.0028258860 | |
| 15231481 | 2 years ago | | | 0 | 0.0046562400 | |
| 14470301 | 3 years ago | | | 0 | 0.0014179248 | |
| 14152176 | 3 years ago | | | 0 | 0.0028258860 | |
| 14152165 | 3 years ago | | | 0 | 0.0037060520 | |
| 14023326 | 3 years ago | | | 0 | 0.0037051200 | |
| 13635619 | 3 years ago | | | 0 | 0.011169792 |
ABI
ABI objects
Getter at block 21159962
INITIAL_SUPPLY() view returns (uint256)
1500000000000000
decimals() view returns (uint8)
8
name() view returns (string)
EXMR
owner() view returns (address)
0x63b43849f7f60475e38552d11a5c915bcafd664c
symbol() view returns (string)
EXMR
totalSupply() view returns (uint256)
1500000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events airdrop(uint256 amount, address[] addresses)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) 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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.