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 |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18171697 | 4 months ago | | | 0 | 0.0000010414595 | |
| 15794179 | 5 months ago | | | 0 | 0.0000011065281 | |
| 15758351 | 5 months ago | | | 0 | 4.9265446e-7 | |
| 15709787 | 5 months ago | | | 0 | 0.0000011468639 | |
| 15613866 | 6 months ago | | | 0 | 2.9504317e-7 | |
| 15562884 | 6 months ago | | | 0 | 3.6303091e-7 | |
| 15536345 | 6 months ago | | | 0 | 7.8027076e-7 | |
| 15534954 | 6 months ago | | | 0 | 6.9752226e-7 | |
| 15534925 | 6 months ago | | | 0 | 4.5195816e-7 | |
| 15524461 | 6 months ago | | | 0 | 0.000000106795963792 |
ABI
ABI objects
Getter at block 22918490
DOMAIN_SEPARATOR() view returns (bytes32)
0xfb3db12a6b6b38a204974ef98844b6371d60c6e7240c013c4a2525a1fdb5b95f
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=Dead Sparrow, version=1, chainId=8453, verifyingContract=0x30fb6c244b8c4d2114f1e5b954aca84554348bae, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Dead Sparrow
symbol() view returns (string)
DODEMUS
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)
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)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 totalSupply, string name, string symbol)
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()
StringTooLong(string str)