Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($50.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 49.9 | $1.001 |
$49.95 | |
WGC | ERC-20 | 200 | $0.000583 |
$0.12 | |
RAFL | ERC-20 | 34.842246K | $0.000002 |
$0.07 | |
USA | ERC-20 | 1 | $0.000888 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.001308 |
$0 | |
BASED | ERC-20 | 5.444K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1.465606K | -- | -- | |
BLOWN | ERC-20 | 77.694207 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22708010 | 12 minutes ago | | | 0 | 0.0000014108743 | |
| 22707879 | 17 minutes ago | | | 0 | 0.0000014083494 | |
| 22707697 | 23 minutes ago | | | 0 | 0.0000014105136 | |
| 22707031 | an hour ago | | | 0 | 0.0000014108743 | |
| 22706968 | an hour ago | | | 0 | 0.0000027619493 | |
| 22706798 | an hour ago | | | 0 | 0.0000014108743 | |
| 22706637 | an hour ago | | | 0 | 0.0000014108743 | |
| 22706576 | an hour ago | | | 0 | 0.0000014108743 | |
| 22706298 | an hour ago | | | 0 | 0.0000014153886 | |
| 22705773 | an hour ago | | | 0 | 0.0000011224420 |
ABI
ABI objects
Getter at block 22708380
decimals() view returns (uint8)
18
dev() view returns (address)
0xa3d614e7882b520aee42091dff1b991afe3bde78
isLimit() view returns (bool)
false
name() view returns (string)
ROXY
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ROXY
totalSupply() view returns (uint256)
10000000000000000000000000000
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)
cancleLimit()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeTokens(address distributionWallet)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.