Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "reee.finance"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12308491 | 8 months ago | | | 0 | 0.00012577426 | |
| 12308447 | 8 months ago | | | 0 | 0.0000023579099 | |
| 12308405 | 8 months ago | | | 0 | 0.00023402902 | |
| 12308383 | 8 months ago | | | 0 | 0.0000069826242 | |
| 12308382 | 8 months ago | | | 0 | 0.00023402902 | |
| 12308316 | 8 months ago | | | 0 | 0.0000023657204 |
ABI
ABI objects
Getter at block 23172733
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x5c9e981baa285898ca52149fcb603654fc8cb9ab8e7ac6d72506ef56153fa587
decimals() view returns (uint8)
18
name() view returns (string)
reee.finance
symbol() view returns (string)
REEE
totalSupply() view returns (uint256 result)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
PermitExpired()
TotalSupplyOverflow()