Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,354.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDbC | ERC-20 | 2.351957K | $1.001 |
$2,354.31 | |
WGC | ERC-20 | 200 | $0.000241 |
$0.05 | |
kurbi | ERC-20 | 0.2 | $0.000484 |
$0 | |
NUNU | ERC-20 | 1.555556K | -- | -- | |
BCRAB | ERC-20 | 100 | -- | -- | |
| ERC-20 | 60 | -- | -- | |
| ERC-20 | 30 | -- | -- | |
| ERC-20 | 30 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23176869 | 2 days ago | | | 0 | 0.0000019094729 | |
| 22458510 | 19 days ago | | | 0 | 0.0000011934254 | |
| 22386830 | 21 days ago | | | 0 | 0.0000018995870 | |
| 22366678 | 21 days ago | | | 0 | 0.0000018979779 | |
| 22235659 | 24 days ago | | | 0 | 6.9962560e-7 | |
| 21631980 | a month ago | | | 0 | 0.0000018998765 | |
| 21175572 | 2 months ago | | | 0 | 2.2445180e-7 | |
| 21019202 | 2 months ago | | | 0 | 7.2138446e-7 | |
| 19246291 | 3 months ago | | | 0 | 0.000000096176000000 | |
| 19113810 | 3 months ago | | | 0 | 1.1781560e-7 |
ABI
ABI objects
Getter at block 23274617
DOMAIN_SEPARATOR() view returns (bytes32)
0xe8974dc54775613daac79442e1d6144de82f17045f9d1216e4fb02fa88086bbf
cash() view returns (uint120)
2111733393900754644352
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Wombat USD Base Coin Asset, version=1, chainId=8453, verifyingContract=0x375883a1f801138b6f5ee953a7a11072129ac624, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
liability() view returns (uint120)
1060858485821220206355
maxSupply() view returns (uint256)
3000000000000000000000000
name() view returns (string)
Wombat USD Base Coin Asset
owner() view returns (address)
0xf6ec90f57d4042c61935882c0da67d6a3a886f98
pool() view returns (address)
0xc9bfc3efefe4cf96877009f75a61f5c1937e5d1a
symbol() view returns (string)
LP-USDbC
totalSupply() view returns (uint256)
1048124703746817487504
underlyingToken() view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
underlyingTokenBalance() view returns (uint256)
2351957326
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)
EIP712DomainChanged()
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()
InvalidShortString()
StringTooLong(string str)
WOMBAT_FORBIDDEN()