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 |
---|---|---|---|---|---|
XPS | ERC-20 | 100K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997574 | 23 days ago | | | 0 | 0.00058441767 | |
| 20409943 | 3 months ago | | | 0 | 0.000040669500 | |
| 20409921 | 3 months ago | | | 0 | 0.000042899648 | |
| 20409918 | 3 months ago | | | 0 | 0.000039842069 | |
| 20409911 | 3 months ago | | | 0 | 0.000040118013 | |
| 20409909 | 3 months ago | | | 0 | 0.000038716204 | |
| 20409906 | 3 months ago | | | 0 | 0.000039083610 | |
| 20409903 | 3 months ago | | | 0 | 0.000040713555 | |
| 20409899 | 3 months ago | | | 0 | 0.000041646071 | |
| 20409898 | 3 months ago | | | 0 | 0.000042786233 |
ABI
ABI objects
Getter at block 21160433
decimals() view returns (uint8)
9
mintingFinished() view returns (bool)
false
name() view returns (string)
ICOVO
owner() view returns (address)
0xb292bc29126316e3c230d262ef1c884496b8705a
symbol() view returns (string)
OVO
totalSupply() view returns (uint256)
112636770029987195
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
forceTransfer(address _to, uint256 _value) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed 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.