E2EssenceToken
Verified contract
Active on
Ethereum with 4,602 txns
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 |
---|---|---|---|---|---|
ESS | ERC-20 | 5.76K | $0.041612 |
$239.68 | |
WETH | ERC-20 | 0.009463 | $3,159.93 |
$29.9 | |
MATIC | ERC-20 | 1 | $0.403644 |
$0.4 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21164762 | 44 minutes ago | | | 0 | 0.00057157326 | |
| 21164245 | 2 hours ago | | | 0 | 0.00051376996 | |
| 21164190 | 3 hours ago | | | 0 | 0.00080812393 | |
| 21164178 | 3 hours ago | | | 0 | 0.00080105131 | |
| 21164163 | 3 hours ago | | | 0 | 0.00077537852 | |
| 21164082 | 3 hours ago | | | 0 | 0.00084670864 | |
| 21163633 | 5 hours ago | | | 0 | 0.00080944405 | |
| 21163616 | 5 hours ago | | | 0 | 0.00063783698 | |
| 21163614 | 5 hours ago | | | 0 | 0.00060350423 | |
| 21162278 | 9 hours ago | | | 0 | 0.00085022861 |
ABI
ABI objects
Getter at block 21164977
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
984421148040200000000000000
name() view returns (string)
Earth 2 Essence
symbol() view returns (string)
ESS
totalSupply() view returns (uint256)
295566524040200000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value) returns (bool)
mint(uint256 value) returns (bool)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
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)
MaxSupplyExceeded(uint256 value, uint256 remaining)