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 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 702 | -- | -- | |
OHNO | ERC-20 | 280 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22728422 | 3 hours ago | | | 0 | 0.000000083902426804 | |
| 22728365 | 3 hours ago | | | 0 | 0.0000048081854 | |
| 22722114 | 7 hours ago | | | 0 | 0.0000030575595 | |
| 22722061 | 7 hours ago | | | 0 | 0.000094682949 | |
| 22720709 | 8 hours ago | | | 0 | 1.5532406e-7 | |
| 22720536 | 8 hours ago | | | 0 | 0.0000027711083 | |
| 22720477 | 8 hours ago | | | 0 | 0.0000048069578 | |
| 22713764 | 11 hours ago | | | 0 | 0.0000048057301 | |
| 22712146 | 12 hours ago | | | 0 | 1.5532406e-7 | |
| 22711161 | 13 hours ago | | | 0 | 0.0000048094131 |
ABI
ABI objects
Getter at block 22734386
decimals() view returns (uint8)
18
name() view returns (string)
Reflect
symbol() view returns (string)
RFL
totalSupply() view returns (uint256)
25000000000000000000000000
walletCommunityAirdrop() view returns (address)
0xb5f99931076ca65758a4cdc257bddccc957971ef
walletEcosystemTreasury() view returns (address)
0x28ace2a113610083027ef33d71f0e100cf9240c7
walletInitialLiquidity() view returns (address)
0x64e373db34464c817e7b6cf8afcf6692a58fa6bd
walletMexcHolders() view returns (address)
0x39100ca41b272a3861089db7b2071009294ca9d5
walletTeamTokens() view returns (address)
0x16fdf8c559c88ce35ea6b11ad7eae8548e2421ce
walletVesting() view returns (address)
0xc265f7e1a020ef3704abca39992d4ec0189d7244
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()
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)