The Ocean Token
Verified contract
Active on
Ethereum with 13,202 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0276…25b6
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HEX | ERC-20 | 1.307 | $0.002354 |
$0 | |
OCEAN | ERC-20 | 3.375K | -- | -- | |
AMIS | ERC-20 | 5.999 | -- | -- | |
SET | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453328 | 3 months ago | | | 0 | 0.000051956000 | |
| 20070412 | 5 months ago | | | 0 | 0.00048661252 | |
| 19956021 | 5 months ago | | | 0 | 0.00039498883 | |
| 18984978 | 10 months ago | | | 0 | 0.0016508800 | |
| 18756697 | a year ago | | | 0 | 0.0011792000 | |
| 18325477 | a year ago | | | 0 | 0.00017054338 | |
| 18325473 | a year ago | | | 0 | 0.00018204217 | |
| 17540253 | a year ago | | | 0 | 0.00059776158 | |
| 17528691 | a year ago | | | 0 | 0.00059980284 | |
| 17469253 | a year ago | | | 0 | 0.00073793892 |
ABI
ABI objects
Getter at block 21157414
decimals() view returns (uint8)
18
name() view returns (string)
The Ocean Token
owner() view returns (address)
0x2d087f25aed35a02aa30d5d279269cdcd240a864
symbol() view returns (string)
OCEAN
totalSupply() view returns (uint256)
11828625000000000000000000
transferManagerContract() view returns (address)
0x02766dd5f3a8d8840970b939c5432a9eb01f25b6
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events airdrop(address _to, uint256 _requestedAmount) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
setTransferManagerContract(address _transferManagerContract)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Airdrop(address indexed _to, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.