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 "SkimmableAsset"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20637085 | 2 months ago | | | 0 | 3.2690120e-7 | |
| 20636908 | 2 months ago | | | 0 | 2.9966490e-7 | |
| 19727737 | 3 months ago | | | 0 | 3.7275390e-7 | |
| 19246275 | 3 months ago | | | 0 | 0.000000097452000000 | |
| 18573020 | 4 months ago | | | 0 | 0.000000056034900000 | |
| 14006628 | 7 months ago | | | 0 | 0.0000016445025 | |
| 14006617 | 7 months ago | | | 0 | 0.0000016615566 | |
| 6112344 | a year ago | | | 0 | 0.000000093294000000 | |
| 6082738 | a year ago | | | 0 | 0.000000046647000000 | |
| 6042931 | a year ago | | | 0 | 0.0000047113497 |
ABI
ABI objects
Getter at block 23286590
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x01305eab49edafc0e3752493cc08a524025d18a8159f76e0459e95091c9b7916
ROLE_SkimAdmin() view returns (bytes32)
0x0a4b38f5c930cca80bb83506ef498f40ca6c64dcf470153a593f41a4b85c765d
cash() view returns (uint120)
21833721471926129711680
decimals() view returns (uint8)
18
liability() view returns (uint120)
16033701230670837309020
maxSupply() view returns (uint256)
0
name() view returns (string)
USD+-LP
owner() view returns (address)
0xa8ad2e09ea8ee9af8d766af960d4328191331f29
pool() view returns (address)
0x2e07bd7ac8bcb519a08a253bb1db14dd052b014e
symbol() view returns (string)
USD+-LP
totalSupply() view returns (uint256)
15988138626652104198052
underlyingToken() view returns (address)
0xb79dd08ea68a908a97220c76d19a6aa9cbde4376
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)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addCash(uint256 amount)
addLiability(uint256 amount)
addSkimAdmin(address _admin)
approve(address spender, uint256 amount) returns (bool)
burn(address to, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
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)
removeSkimAdmin(address _admin)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMaxSupply(uint256 maxSupply_)
setPool(address pool_)
skim(address _to) returns (uint256 amount)
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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetMaxSupply(uint256 previousMaxSupply, uint256 newMaxSupply)
SetPool(address previousPoolAddr, address newPoolAddr)
Skim(uint256 amount, address to)
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()
NotEnoughCash(uint256 tokenBalance, uint256 cash)
WOMBAT_FORBIDDEN()