Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($322.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROCKY | ERC-20 | 500.985751K | $0.000642 |
$321.82 | |
VOID | ERC-20 | 500 | $0.000951 |
$0.48 | |
BENTO | ERC-20 | 19.539552M | $0.00 |
$0.21 | |
WGC | ERC-20 | 300 | $0.000467 |
$0.14 | |
RIKY | ERC-20 | 501.98 | $0.000176 |
$0.09 | |
PEEZY | ERC-20 | 1.2 | $0.009709 |
$0.01 | |
Boe | ERC-20 | 69 | $0.00016 |
$0.01 | |
OKAYEG | ERC-20 | 1.26207K | $0.000009 |
$0.01 | |
USA | ERC-20 | 10.11 | $0.000763 |
$0.01 | |
BOYS | ERC-20 | 0.4 | $0.012108 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22746151 | 3 hours ago | | | 0 | 0.000094857126 | |
| 22744084 | 4 hours ago | | | 0 | 4.7593644e-7 | |
| 22742012 | 5 hours ago | | | 0 | 0.0000010210786 | |
| 22741914 | 6 hours ago | | | 0 | 2.4808594e-7 | |
| 22741544 | 6 hours ago | | | 0 | 2.2259746e-7 | |
| 22741502 | 6 hours ago | | | 0 | 2.3157670e-7 | |
| 22738918 | 7 hours ago | | | 0 | 0.0000050678983 | |
| 22738483 | 7 hours ago | | | 0 | 0.0000032355962 | |
| 22737880 | 8 hours ago | | | 0 | 1.5878571e-7 | |
| 22736310 | 9 hours ago | | | 0 | 0.0000027714483 |
ABI
ABI objects
Getter at block 22751823
DOMAIN_SEPARATOR() view returns (bytes32)
0x5ad4b052c077f672d76ac3d45c93af75ccc29f7472339984df65a1d9837f117a
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=ROCKY, version=1, chainId=8453, verifyingContract=0x3636a7734b669ce352e97780df361ce1f809c58c, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
ROCKY
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ROCKY
totalSupply() view returns (uint256)
1000000000000000000000000000
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 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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(address initialOwner)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)