Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($207.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RCH | ERC-20 | 425.4943 | $0.487768 |
$207.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158886 | 2 hours ago | | | 0 | 0.0012936160 | |
| 21158507 | 3 hours ago | | | 0 | 0.00086411824 | |
| 21158505 | 3 hours ago | | | 0 | 0.00081348872 | |
| 21157759 | 6 hours ago | | | 0 | 0.00079305155 | |
| 21157030 | 8 hours ago | | | 0 | 0.00074253213 | |
| 21157027 | 8 hours ago | | | 0 | 0.00053554445 | |
| 21157020 | 8 hours ago | | | 0 | 0.00074332389 | |
| 21156109 | 11 hours ago | | | 0 | 0.00043683080 | |
| 21155998 | 12 hours ago | | | 0 | 0.00041467683 | |
| 21155954 | 12 hours ago | | | 0 | 0.00039235775 |
ABI
ABI objects
Getter at block 21159540
DOMAIN_SEPARATOR() view returns (bytes32)
0x5355256a3ed77a50132d21f5fdd06b04b273e544c8e65d10f2c4c7a8beec091a
MAX_SUPPLY() view returns (uint256)
37000000000000000000000000
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=RCH, version=1, chainId=1, verifyingContract=0x57b96d4af698605563a4653d882635da59bf11af, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
RCH Token
owner() view returns (address)
0x5a8cdda6ca37b284b32ef8d513ef71ddac553270
symbol() view returns (string)
RCH
totalMinted() view returns (uint256)
26677449766395532358507056
totalSupply() view returns (uint256)
25727349203479423185117101
tradingStartTime() view returns (uint256)
1717761600
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
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 to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 tradingStartTime_)
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)