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 "RICH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23171111 | 15 days ago | | | 0 | 3.6871840e-7 | |
| 23030861 | 18 days ago | | | 0 | 0.000069733923 | |
| 23017267 | 18 days ago | | | 0 | 0.0000012409260 | |
| 23017035 | 18 days ago | | | 0 | 0.0000015816135 | |
| 23016999 | 18 days ago | | | 0 | 3.6910137e-7 | |
| 23016979 | 18 days ago | | | 0 | 3.6718653e-7 | |
| 23016966 | 18 days ago | | | 0 | 0.0000016627033 | |
| 23016924 | 18 days ago | | | 0 | 3.5697436e-7 | |
| 23016917 | 18 days ago | | | 0 | 3.5531868e-7 | |
| 23016910 | 18 days ago | | | 0 | 0.0000016867802 |
ABI
ABI objects
Getter at block 23806908
castHash() view returns (string)
0xe21f80aaae3f90ca8eb61548787f785dc666835e
decimals() view returns (uint8)
18
deployer() view returns (address)
0x717484403e281103f0a00604db22e0aa21401947
fid() view returns (uint256)
393303
image() view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/87e78002-c21e-4b5d-2255-1407ebdf0f00/original
name() view returns (string)
RICH
symbol() view returns (string)
RICH
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 maxSupply_, address deployer_, uint256 fid_, string image_, string castHash_)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)