Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($122.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RDAT | ERC-20 | 15.439264K | $0.007914 |
$122.19 | |
USA | ERC-20 | 1 | $0.000788 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.00083 |
$0 | |
TQS | ERC-20 | 9.99999K | -- | -- | |
OHNO | ERC-20 | 5.925392K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
PAINT | ERC-20 | 200 | -- | -- | |
BLOOM | ERC-20 | 1.42069 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22732409 | 11 minutes ago | | | 0 | 1.2098840e-7 | |
| 22731105 | an hour ago | | | 0 | 1.1560367e-7 | |
| 22730592 | an hour ago | | | 0 | 1.6157988e-7 | |
| 22730176 | an hour ago | | | 0 | 1.1157402e-7 | |
| 22729948 | 2 hours ago | | | 0 | 0.000000066221630916 | |
| 22728548 | 2 hours ago | | | 0 | 0.000000049556872200 | |
| 22728543 | 2 hours ago | | | 0 | 0.000000044271117250 | |
| 22728498 | 2 hours ago | | | 0 | 0.000000101423344920 | |
| 22728192 | 3 hours ago | | | 0 | 1.3098031e-7 | |
| 22725671 | 4 hours ago | | | 0 | 0.000000043083905700 |
ABI
ABI objects
Getter at block 22732749
CLOCK_MODE() pure returns (string)
mode=timestamp
DOMAIN_SEPARATOR() view returns (bytes32)
0xce6be89f4bffb68084bf4b86f89edefa1e6da4c68b7aa6fef74627e76a60601d
admin() view returns (address)
0x0000000000000000000000000000000000000000
blockListLength() view returns (uint256)
28
clock() view returns (uint48)
1732254845
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=RData, version=1, chainId=8453, verifyingContract=0x4498cd8ba045e00673402353f5a4347562707e7d, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
mintBlocked() view returns (bool)
true
name() view returns (string)
RData
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
RDAT
totalSupply() view returns (uint256)
30000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blockListAt(uint256 _index) view returns (address)
checkpoints(address account, uint32 pos) view returns (struct CheckpointsCheckpoint208)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
blockAddress(address addressToBeBlocked)
blockMint()
changeAdmin(address newAdmin)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
mint(address to, uint256 amount)
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)
unblockAddress(address addressToBeUnblocked)
AddressBlocked(address indexed blockedAddress)
AddressUnblocked(address indexed unblockedAddress)
AdminChanged(address indexed oldAdmin, address indexed newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)
EIP712DomainChanged()
MintBlocked()
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address ownerAddress)
This contract contains no fallback and receive objects.
CheckpointUnorderedInsertion()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)
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)
ERC5805FutureLookup(uint256 timepoint, uint48 clock)
ERC6372InconsistentClock()
EnforceMintBlocked()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
StringTooLong(string str)
UnauthorizedAdminAction(address account)
UnauthorizedUserAction(address account)
VotesExpiredSignature(uint256 expiry)