Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($36,680.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PENDLE | ERC-20 | 5.357K | $5.00 |
$26,785 | |
AGIX | ERC-20 | 18.75118K | $0.524068 |
$9,826.89 | |
OCC | ERC-20 | 547.803816 | $0.125542 |
$68.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243692 | an hour ago | | | 0 | 0.00069622945 | |
| 21243692 | an hour ago | | | 0 | 0.00069636585 | |
| 21243596 | 2 hours ago | | | 0 | 0.0011967681 | |
| 21242095 | 7 hours ago | | | 0 | 0.00061689949 | |
| 21242095 | 7 hours ago | | | 0 | 0.00061689949 | |
| 21241051 | 10 hours ago | | | 0 | 0.00050131261 | |
| 21241035 | 10 hours ago | | | 0 | 0.00048299947 | |
| 21240860 | 11 hours ago | | | 0 | 0.00068919385 | |
| 21240388 | 12 hours ago | | | 0 | 0.00066412601 | |
| 21240157 | 13 hours ago | | | 0 | 0.00047853065 |
ABI
ABI objects
Getter at block 21244094
cap() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
OCC
owner() view returns (address)
0xa14ba1fc67353e69ec5187cb08a4ad8d95c18318
symbol() view returns (string)
OCC
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
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(uint256 totalSupply, address assetManager)
This contract contains no fallback and receive objects.
This contract contains no error objects.