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 |
---|---|---|---|---|---|
CAN | ERC-20 | 4 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9551899 | 5 years ago | | | 0 | 0.00018062400 | |
| 9354517 | 5 years ago | | | 0 | 0.00018062400 | |
| 9263097 | 5 years ago | | | 0 | 0.000037585000 | |
| 9117116 | 5 years ago | | | 0 | 0.00071587640 | |
| 9117107 | 5 years ago | | | 0 | 0.00039285900 | |
| 9117099 | 5 years ago | | | 0 | 0.00021825500 | |
| 9117094 | 5 years ago | | | 0 | 0.00013095300 | |
| 9037374 | 5 years ago | | | 0 | 0.0015411490 | |
| 8989538 | 5 years ago | | | 0 | 0.000044876400 | |
| 8894678 | 5 years ago | | | 0 | 0.00041860800 |
ABI
ABI objects
Getter at block 21309523
decimals() view returns (uint8)
18
maxSupplyGenerable() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Epocum
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xa6cb6c3bc4174c6ec2031d3a5894fd6a43d047f0
standard() view returns (string)
Token 0.1
symbol() view returns (string)
EPM
totalSupply() view returns (uint256)
1976481000000000000000000
transfersEnabled() view returns (bool)
true
version() view returns (string)
0.2
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
destroy(address _from, uint256 _amount)
disableTransfers(bool _disable)
issue(address _to, uint256 _amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
withdrawTokens(address _token, address _to, uint256 _amount)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Destruction(uint256 _amount)
Issuance(uint256 _amount)
NewSmartToken(address _token)
OwnerUpdate(address _prevOwner, address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.