Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($158,519.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OCEAN | ERC-20 | 208.717816K | $0.55064 |
$114,928.38 | |
FET | ERC-20 | 15.471663K | $1.28 |
$19,803.73 | |
TRU | ERC-20 | 208.6K | $0.084383 |
$17,602.29 | |
QNT | ERC-20 | 30.093844 | $87.10 |
$2,621.17 | |
ORN | ERC-20 | 1.804385K | $1.29 |
$2,327.66 | |
USDC | ERC-20 | 650 | $0.999838 |
$649.89 | |
USDT | ERC-20 | 296.775633 | $1.001 |
$297.07 | |
UNI | ERC-20 | 21 | $9.33 |
$195.93 | |
ASM | ERC-20 | 1.717497K | $0.031173 |
$53.54 | |
LINK | ERC-20 | 2 | $15.26 |
$30.52 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241457 | 6 minutes ago | | | 0 | 0.00040703823 | |
| 21241428 | 12 minutes ago | | | 0 | 0.00051969852 | |
| 21241405 | 16 minutes ago | | | 0 | 0.0010889233 | |
| 21241372 | 23 minutes ago | | | 0 | 0.00034431691 | |
| 21241372 | 23 minutes ago | | | 0 | 0.00034442889 | |
| 21241372 | 23 minutes ago | | | 0 | 0.00034442889 | |
| 21241372 | 23 minutes ago | | | 0 | 0.00034420493 | |
| 21241372 | 23 minutes ago | | | 0 | 0.00034420493 | |
| 21241372 | 23 minutes ago | | | 0 | 0.00034420493 | |
| 21241314 | 35 minutes ago | | | 0 | 0.00081190822 |
ABI
ABI objects
Getter at block 21241484 getAccountsLength() view returns (uint256)
cap() view returns (uint256)
1410000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Ocean Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
OCEAN
totalSupply() view returns (uint256)
1410000000000000000000000000
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.