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 |
---|---|---|---|---|---|
CANDY | ERC-20 | 115.422K | -- | -- | |
EPIC | ERC-20 | 33 | -- | -- | |
ION | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- | |
UFR | ERC-20 | 0.004 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20543651 | 3 months ago | | | 0 | 0.000024375000 | |
| 20451760 | 4 months ago | | | 0 | 0.000024363000 | |
| 19840078 | 6 months ago | | | 0 | 0.00013226259 | |
| 19682768 | 7 months ago | | | 0 | 0.00048798000 | |
| 19682768 | 7 months ago | | | 0 | 0.00048798000 | |
| 19682767 | 7 months ago | | | 0 | 0.00045116433 | |
| 19682766 | 7 months ago | | | 0 | 0.00048798000 | |
| 19682765 | 7 months ago | | | 0 | 0.00048798000 | |
| 19682764 | 7 months ago | | | 0 | 0.00048742321 | |
| 19682764 | 7 months ago | | | 0 | 0.00039038400 |
ABI
ABI objects
Getter at block 21241415
decimals() view returns (uint8)
8
name() view returns (string)
OPEN
owner() view returns (address)
0x5e6adef387c15ff23dd2179bc7c17c656a45b524
paused() view returns (bool)
true
symbol() view returns (string)
OPEN
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(string _name, string _symbol, uint256 _tokens, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.