Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BASEX | ERC-20 | 10K | $0.002528 |
$25.28 | |
BSX | ERC-20 | 100 | $0.057184 |
$5.72 | |
BASE | ERC-20 | 1.504M | $0.000003 |
$4.05 | |
BENTO | ERC-20 | 412.680043M | $0.00 |
$3.71 | |
RWAX | ERC-20 | 10 | $0.228384 |
$2.28 | |
USA | ERC-20 | 1 | $0.001081 |
$0 | |
ERC-20 | 2.4K | -- | -- | ||
CWH | ERC-20 | 707 | -- | -- | |
OHNO | ERC-20 | 34 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21997496 | 4 minutes ago | | | 0 | 1.9485797e-7 | |
| 21997410 | 7 minutes ago | | | 0 | 2.9263289e-7 | |
| 21996997 | 21 minutes ago | | | 0 | 1.9513811e-7 | |
| 21995560 | an hour ago | | | 0 | 1.9485797e-7 | |
| 21994872 | 2 hours ago | | | 0 | 1.9503562e-7 | |
| 21993394 | 2 hours ago | | | 0 | 1.9485797e-7 | |
| 21993214 | 2 hours ago | | | 0 | 1.9485797e-7 | |
| 21993103 | 3 hours ago | | | 0 | 1.2279226e-7 | |
| 21992782 | 3 hours ago | | | 0 | 1.9698532e-7 | |
| 21992637 | 3 hours ago | | | 0 | 1.9262046e-7 |
ABI
ABI objects
Getter at block 21997627
MAX_SUPPLY() view returns (uint256)
50000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Rwax Token
symbol() view returns (string)
RWAX
totalSupply() view returns (uint256)
50000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) 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)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) 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.
This contract contains no error objects.