OceanToken
Verified contract
Active on
Ethereum with 85,369 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($587.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OCEAN | ERC-20 | 1.097593K | $0.535603 |
$587.87 | |
0x1c5b…4823 | ERC-20 | 1,000,000T | -- | -- | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
OCEAN | ERC-20 | 168.323152K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
OCEAN | ERC-20 | 1.076771K | -- | -- | |
PAMP | ERC-20 | 788.44 | -- | -- | |
MRO | ERC-20 | 49.95 | -- | -- | |
0x2630…8a13 | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203984 | 6 days ago | | | 0 | 0.00022999814 | |
| 21203980 | 6 days ago | | | 0 | 0.00022208357 | |
| 21196626 | 7 days ago | | | 0 | 0.00035611709 | |
| 21172359 | 10 days ago | | | 0 | 0.00055983616 | |
| 21166641 | 11 days ago | | | 0 | 0.00093104168 | |
| 21133204 | 16 days ago | | | 0 | 0.00030975980 | |
| 21111022 | 19 days ago | | | 0 | 0.000091754800 | |
| 21068865 | 25 days ago | | | 0 | 0.00027040416 | |
| 21058843 | a month ago | | | 0 | 0.00020605648 | |
| 21044962 | a month ago | | | 0 | 0.00013386631 |
ABI
ABI objects
Getter at block 21246286 getAccountsLength() view returns (uint256)
cap() view returns (uint256)
690900000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
OceanToken
owner() view returns (address)
0xbcf0eac47aa2e3f19b81926cd634301bfe18caaf
paused() view returns (bool)
true
symbol() view returns (string)
OCEAN
totalSupply() view returns (uint256)
613099141000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getAccounts(uint256 _start, uint256 _end) view returns (address[], uint256[])
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
kill()
mint(address to, uint256 value) returns (bool)
pause()
renounceMinter()
renounceOwnership()
renouncePauser()
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)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address contractOwner)
fallback()
This contract contains no error objects.