Compound_DODO_LP_TOKEN_
Verified contract
Active on
Ethereum with 229 txns
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 "Compound_DODO_LP_TOKEN_"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20657967 | 3 months ago | | | 0 | 0.000026675000 | |
| 20596501 | 3 months ago | | | 0 | 0.000022389186 | |
| 20568969 | 3 months ago | | | 0 | 0.000047095909 | |
| 18860576 | a year ago | | | 0 | 0.00060686285 | |
| 13242783 | 3 years ago | | | 0 | 0.0013595184 | |
| 12991383 | 3 years ago | | | 0 | 0.0013055980 | |
| 11969787 | 4 years ago | | | 0 | 0.0035547201 | |
| 11947636 | 4 years ago | | | 0 | 0.0012346250 | |
| 11903215 | 4 years ago | | | 0 | 0.0057319860 | |
| 11770509 | 4 years ago | | | 0 | 0.0087090640 |
ABI
ABI objects
Getter at block 21223165
_NEW_OWNER_() view returns (address)
0x0000000000000000000000000000000000000000
_OWNER_() view returns (address)
0x0d04146b2fe5d267629a7eb341fb4388dcdbd22f
decimals() view returns (uint8)
18
name() view returns (string)
Compound_DODO_LP_TOKEN_
originToken() view returns (address)
0xc00e94cb662c3520282e6f5717214004a7f26888
symbol() view returns (string)
DLP
totalSupply() view returns (uint256)
1866389132362630112
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address user, uint256 value)
claimOwnership()
mint(address user, uint256 value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
Burn(address indexed user, uint256 value)
Mint(address indexed user, uint256 value)
OwnershipTransferPrepared(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address _originToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.