Enceladus Network
Verified contract
Active on
Ethereum with 1,426 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 |
---|---|---|---|---|---|
ENCX | ERC-20 | 460K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19880302 | 7 months ago | | | 0 | 0.000090640683 | |
| 19637437 | 8 months ago | | | 0 | 0.00029552403 | |
| 17598966 | a year ago | | | 0 | 0.00071089198 | |
| 17024701 | 2 years ago | | | 0 | 0.00053309475 | |
| 16922949 | 2 years ago | | | 0 | 0.00053501712 | |
| 16404600 | 2 years ago | | | 0 | 0.00082669488 | |
| 16142715 | 2 years ago | | | 0 | 0.00072233489 | |
| 16142417 | 2 years ago | | | 0 | 0.00065620197 | |
| 16017518 | 2 years ago | | | 0 | 0.00032166183 | |
| 15888094 | 2 years ago | | | 0 | 0.00099380513 |
ABI
ABI objects
Getter at block 21388548
decimals() view returns (uint8)
18
name() view returns (string)
Enceladus Network
paused() view returns (bool)
false
symbol() view returns (string)
ENCX
teamReleaseTime() view returns (uint256)
1628506800
teamTimelock() view returns (address)
0x8bcf2f9932fe5ba31cdfe7c5a6d5969679c5713b
totalSupply() view returns (uint256)
129993770815097369566676000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
pause()
releaseTeamLock()
renounceMinter()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address wallet, uint256 _teamReleaseTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.