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 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
RTE | ERC-20 | 60.415582K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
Only | ERC-20 | 20 | -- | -- | |
HIC | ERC-20 | 8 | -- | -- | |
EGT | ERC-20 | 1 | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20840366 | a month ago | | | 0 | 0.00035620993 | |
| 20839081 | a month ago | | | 0 | 0.00043794606 | |
| 20801512 | 2 months ago | | | 0 | 0.00023694600 | |
| 18626937 | a year ago | | | 0 | 0.0017157897 | |
| 18219379 | a year ago | | | 0 | 0.00056254852 | |
| 18219326 | a year ago | | | 0 | 0.00071439446 | |
| 18219308 | a year ago | | | 0 | 0.00076967463 | |
| 18219307 | a year ago | | | 0 | 0.00077838883 | |
| 18219306 | a year ago | | | 0 | 0.00077069274 | |
| 18219306 | a year ago | | | 0 | 0.00077069274 |
ABI
ABI objects
Getter at block 21159970
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Rate3
owner() view returns (address)
0xffa19bf7ed9c36b5eec6e4d49e000140b8eca408
paused() view returns (bool)
false
symbol() view returns (string)
RTE
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
whitelist(address) view returns (bool)
State-modifying
Events addManyToWhitelist(address[] _whitelistAddresses)
addToWhitelist(address _whitelistAddress)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
removeFromWhitelist(address _whitelistAddress)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.