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 |
---|---|---|---|---|---|
ETHO | ERC-20 | 10 | $0.010866 |
$0.11 | |
USA | ERC-20 | 1 | $0.000686 |
$0 | |
ERC-20 | 2.4K | -- | -- | ||
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22914570 | 3 hours ago | | | 0 | 7.7210782e-7 | |
| 22892739 | 15 hours ago | | | 0 | 8.5485425e-7 | |
| 22873730 | a day ago | | | 0 | 7.7230796e-7 | |
| 22872900 | a day ago | | | 0 | 7.7230796e-7 | |
| 22844298 | 2 days ago | | | 0 | 5.4711896e-7 | |
| 22742533 | 4 days ago | | | 0 | 2.8323735e-7 | |
| 22737312 | 4 days ago | | | 0 | 3.4208688e-7 | |
| 22737271 | 4 days ago | | | 0 | 3.5035750e-7 | |
| 22737233 | 4 days ago | | | 0 | 3.5643824e-7 | |
| 22737232 | 4 days ago | | | 0 | 3.5713865e-7 |
ABI
ABI objects
Getter at block 22919906
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0x4ad348e85a2088a6f6499384b7ddb5d1a038861a81e854fd370f1fdd187b389a
clock() view returns (uint48)
22919906
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=Media Token, version=1, chainId=8453, verifyingContract=0x6e51b3a19f114013e5dc09d0477a536c7e4e0207, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Media Token
symbol() view returns (string)
MEDIA
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
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 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
EIP712DomainChanged()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 totalSupply, address owner)
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)