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 |
---|---|---|---|---|---|
ESE | ERC-20 | 69.940701K | $0.021222 |
$1,484.25 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270601 | 19 minutes ago | | | 0 | 0.00043792550 | |
| 21270594 | 21 minutes ago | | | 0 | 0.00027849294 | |
| 21270549 | 30 minutes ago | | | 0 | 0.00025039260 | |
| 21270431 | an hour ago | | | 0 | 0.00021215192 | |
| 21270430 | an hour ago | | | 0 | 0.00021442595 | |
| 21270429 | an hour ago | | | 0 | 0.00036155192 | |
| 21270243 | 2 hours ago | | | 0 | 0.00028706620 | |
| 21270227 | 2 hours ago | | | 0 | 0.00035215110 | |
| 21270172 | 2 hours ago | | | 0 | 0.00036736180 | |
| 21269978 | 2 hours ago | | | 0 | 0.00022587211 |
ABI
ABI objects
Getter at block 21270692 totalSupply() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0x9c233e847285efdd18566db4b7127acde621b1ac6609a5482e51a7b0f31023aa
TGE() view returns (uint256)
1712173019
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=eesee, version=1, chainId=1, verifyingContract=0x908ddb096bfb3acb19e2280aad858186ea4935c4, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
eesee
symbol() view returns (string)
ESE
vestingStagesLength() view returns (uint256)
6
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
totalVestedAmount(uint256 stage) view returns (uint256)
vestedAmount(uint256 stage, address account) view returns (uint256)
vestingStages(uint256) view returns (uint256 amount, uint128 cliff, uint128 duration)
State-modifying
Events addVestingBeneficiaries(uint256 stage, struct ESEBeneficiary[] beneficiaries)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint256 _TGE)
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)
AddVestingBeneficiary(uint256 indexed stage, address indexed beneficiary, uint256 vestingAmount, uint256 TGEAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Initialize(uint256 TGE)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(ESEConstructorVestingParams[] _vestingStages)
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)