Essential Shelf
Verified contract
Active on
Ethereum with 98 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ESS | ERC-20 | 750 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20763455 | 3 months ago | | | 0 | 0.00074458704 | |
| 20244342 | 5 months ago | | | 0 | 0.00011094936 | |
| 18257975 | a year ago | | | 0 | 0.00046844770 | |
| 17590545 | a year ago | | | 0 | 0.0010045569 | |
| 17105940 | 2 years ago | | | 0 | 0.0015220631 | |
| 17105897 | 2 years ago | | | 0 | 0.0011782025 | |
| 17105892 | 2 years ago | | | 0 | 0.0016277033 | |
| 17037066 | 2 years ago | | | 0 | 0.00072698829 | |
| 16925445 | 2 years ago | | | 0 | 0.0011394042 | |
| 16925268 | 2 years ago | | | 0 | 0.0011309593 |
ABI
ABI objects
Getter at block 21385864
DECIMALS() view returns (uint8)
8
INITIAL_SUPPLY() view returns (uint256)
18000000000000000
decimals() view returns (uint8)
8
deposit() view returns (uint256)
0
mintingFinished() view returns (bool)
false
name() view returns (string)
Essential Shelf
project() view returns (address)
0x1abbb8a50473032acb38a97d97ca51bdd09de04b
symbol() view returns (string)
ESS
totalSupply() view returns (uint256)
18000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getDeposit(address user) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
changeDeposit(uint256 ndeposit)
createStoreFactory(uint256 minimum) returns (address Store_address)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishingMinting() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.