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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
OXY | ERC-20 | 2.701701M | -- | -- | |
OXY | ERC-20 | 28.692369K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20219376 | 5 months ago | | | 0 | 0.00040989259 | |
| 20219365 | 5 months ago | | | 0 | 0.00038663698 | |
| 19378658 | 9 months ago | | | 0 | 0.0052598139 | |
| 19106948 | 10 months ago | | | 0 | 0.00049804049 | |
| 19106207 | 10 months ago | | | 0 | 0.00038171632 | |
| 19106203 | 10 months ago | | | 0 | 0.00059797762 | |
| 17080938 | 2 years ago | | | 0 | 0.0032512462 | |
| 16279113 | 2 years ago | | | 0 | 0.00087373192 | |
| 16279112 | 2 years ago | | | 0 | 0.00095697331 | |
| 16202797 | 2 years ago | | | 0 | 0.00043607286 |
ABI
ABI objects
Getter at block 21263929
decimals() view returns (uint8)
18
name() view returns (string)
Oxycoin
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x46118801895ee9b9050b6e05cfdba992ffdfbf55
paused() view returns (bool)
false
symbol() view returns (string)
OXY
totalSupply() view returns (uint256)
1122382283370000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address from, uint256 _value) returns (bool success)
mintToken(address target, uint256 mintedAmount) returns (bool)
pause()
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed from, uint256 value)
OwnershipTransferred(address indexed from, address indexed _to)
Pause()
Transfer(address indexed from, address indexed to, uint256 tokens)
Unpause()
constructor()
fallback()
This contract contains no error objects.