Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ClankerToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23821332 | 27 minutes ago | | | 0 | 7.8510275e-7 | |
| 23820085 | an hour ago | | | 0 | 0.0000013049690 | |
| 23819827 | an hour ago | | | 0 | 0.0000012383033 | |
| 23817251 | 3 hours ago | | | 0 | 0.0000052172121 | |
| 23815739 | 4 hours ago | | | 0 | 5.5702350e-7 | |
| 23815228 | 4 hours ago | | | 0 | 6.3577579e-7 | |
| 23815228 | 4 hours ago | | | 0 | 0.0000011185452 | |
| 23815201 | 4 hours ago | | | 0 | 7.7960817e-7 | |
| 23815012 | 4 hours ago | | | 0 | 5.3706840e-7 | |
| 23814764 | 4 hours ago | | | 0 | 0.000000506003374116 |
ABI
ABI objects
Getter at block 23822130
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0xa61239e71673b8b526ce8b28133de31c547f676de94d03b6bdd90f3e2eb8f510
castHash() view returns (string)
0xea65011182b183887430f88169493340e657d30c
clock() view returns (uint48)
23822130
decimals() view returns (uint8)
18
deployer() view returns (address)
0xc7178009d602041a6f4bcc455f73303374fb2106
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Jesse Blesse, version=1, chainId=8453, verifyingContract=0x27aa61329266449b501beae617af8af820504e9f, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
fid() view returns (uint256)
901828
image() view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/51bde4ce-7529-4339-3bdc-61766d37ee00/original
name() view returns (string)
Jesse Blesse
symbol() view returns (string)
JESSES
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
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 approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
updateImage(string image_)
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()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 maxSupply_, address deployer_, uint256 fid_, string image_, string castHash_)
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()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
NotDeployer()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
StringTooLong(string str)
VotesExpiredSignature(uint256 expiry)