OctToken
Verified contract
Active on
Ethereum with 18,690 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8,408.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 7.9K | $0.998264 |
$7,886.29 | |
OCT | ERC-20 | 2K | $0.140464 |
$280.93 | |
CRV | ERC-20 | 501.254068 | $0.481223 |
$241.21 | |
BTT | ERC-20 | 138.535841K | $0.000001 |
$0.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271442 | 3 hours ago | | | 0 | 0.00059974957 | |
| 21270722 | 6 hours ago | | | 0 | 0.00061885718 | |
| 21270518 | 6 hours ago | | | 0 | 0.00033455937 | |
| 21267715 | 16 hours ago | | | 0 | 0.00054082693 | |
| 21265113 | a day ago | | | 0 | 0.00073055964 | |
| 21263742 | a day ago | | | 0 | 0.00044550767 | |
| 21263734 | a day ago | | | 0 | 0.00055204743 | |
| 21263723 | a day ago | | | 0 | 0.00030448000 | |
| 21263723 | a day ago | | | 0 | 0.00030448000 | |
| 21263723 | a day ago | | | 0 | 0.00030484000 |
ABI
ABI objects
Getter at block 21272426
decimals() view returns (uint8)
18
name() view returns (string)
Octopus Network Token
owner() view returns (address)
0x5106f3afa0e27bdd3faffeb9158526fa678895f3
symbol() view returns (string)
OCT
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.