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 "RTBToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274129 | 23 minutes ago | | | 0 | 0.00042449936 | |
| 21273137 | 4 hours ago | | | 0 | 0.00050788263 | |
| 21273128 | 4 hours ago | | | 0 | 0.00053350162 | |
| 21272126 | 7 hours ago | | | 0 | 0.00059171273 | |
| 21267855 | 21 hours ago | | | 0 | 0.00096306592 | |
| 21266694 | a day ago | | | 0 | 0.00051957043 | |
| 21266091 | a day ago | | | 0 | 0.00078592949 | |
| 21217141 | 8 days ago | | | 0 | 0.00065224429 | |
| 21205135 | 10 days ago | | | 0 | 0.00034044582 | |
| 21200740 | 10 days ago | | | 0 | 0.00082716285 |
ABI
ABI objects
Getter at block 21274242
DOMAIN_SEPARATOR() view returns (bytes32)
0x36bb355c2429c25f47a82696d5094af741735e1cbf812d17126f1298f5603ccf
decimals() view returns (uint8)
18
name() view returns (string)
RTB
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
RTB
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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.