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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000763 |
$0 | |
HOPE | ERC-20 | 154.8 | -- | -- | |
OHNO | ERC-20 | 82 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22750194 | 36 minutes ago | | | 0 | 6.9315782e-7 | |
| 22738518 | 7 hours ago | | | 0 | 4.4558781e-7 | |
| 22737256 | 8 hours ago | | | 0 | 0.000000404706350940 | |
| 22728079 | 13 hours ago | | | 0 | 1.1242763e-7 | |
| 22720400 | 17 hours ago | | | 0 | 0.0000053074931 | |
| 22719714 | 18 hours ago | | | 0 | 3.4550965e-7 | |
| 22715483 | 20 hours ago | | | 0 | 3.7326911e-7 | |
| 22715297 | 20 hours ago | | | 0 | 3.4553841e-7 | |
| 22713720 | 21 hours ago | | | 0 | 6.5052067e-7 | |
| 22712273 | a day ago | | | 0 | 6.5151898e-7 |
ABI
ABI objects
Getter at block 22751277
DOMAIN_SEPARATOR() view returns (bytes32)
0xaab90f9bff17b4b9946a88d0419e4f30c44f400a7f3c480f4730603ab43d9efc
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=Sendit, version=1, chainId=8453, verifyingContract=0xba5b9b2d2d06a9021eb3190ea5fb0e02160839a4, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Sendit
symbol() view returns (string)
Sendit
totalSupply() view returns (uint256)
11111111111000000000000000000
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)
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()
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)