Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Asset"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21279207 | 2 months ago | | | 0 | 3.9019430e-7 | |
| 17808041 | 4 months ago | | | 0 | 0.000000204380400000 | |
| 17608978 | 5 months ago | | | 0 | 4.6472210e-7 | |
| 17174989 | 5 months ago | | | 0 | 4.6472210e-7 | |
| 16366798 | 5 months ago | | | 0 | 2.7250720e-7 | |
| 15220615 | 6 months ago | | | 0 | 0.000000097402974800 | |
| 14040135 | 7 months ago | | | 0 | 0.0000038634381 | |
| 14006594 | 7 months ago | | | 0 | 0.0000016326101 | |
| 13974491 | 7 months ago | | | 0 | 0.0000075197241 | |
| 13139423 | 8 months ago | | | 0 | 2.7007410e-7 |
ABI
ABI objects
Getter at block 23600888
DOMAIN_SEPARATOR() view returns (bytes32)
0x8beaec2b1fcad2776ea1839b5b61416c0a9152ca0d059ee7b962050204c76ce3
cash() view returns (uint120)
115007657487589289925142
decimals() view returns (uint8)
18
liability() view returns (uint120)
107988907845563146688222
maxSupply() view returns (uint256)
0
name() view returns (string)
USDC-LP
owner() view returns (address)
0xa8ad2e09ea8ee9af8d766af960d4328191331f29
pool() view returns (address)
0xe9f28d26737ecd1763a64ca88dfed4526555952c
symbol() view returns (string)
USDC-LP
totalSupply() view returns (uint256)
107986181777677746577983
underlyingToken() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
underlyingTokenBalance() view returns (uint256)
0
underlyingTokenDecimals() view returns (uint8)
6
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events addCash(uint256 amount)
addLiability(uint256 amount)
approve(address spender, uint256 amount) returns (bool)
burn(address to, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeCash(uint256 amount)
removeLiability(uint256 amount)
renounceOwnership()
setMaxSupply(uint256 maxSupply_)
setPool(address pool_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferUnderlyingToken(address to, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetMaxSupply(uint256 previousMaxSupply, uint256 newMaxSupply)
SetPool(address previousPoolAddr, address newPoolAddr)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address underlyingToken_, string name_, string symbol_)
This contract contains no fallback and receive objects.
ASSET_OVERFLOW()
WOMBAT_FORBIDDEN()