coreDAO Voucher LP3
Verified contract
Proxy
Active on
Ethereum with 663 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 43 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
coreDAO/LP3 | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244112 | 22 days ago | | | 0 | 0.00053486160 | |
| 21244110 | 22 days ago | | | 0 | 0.00086540720 | |
| 21243775 | 22 days ago | | | 0 | 0.0010159128 | |
| 20588878 | 4 months ago | | | 0 | 0.000052659936 | |
| 20588865 | 4 months ago | | | 0 | 0.00012019405 | |
| 20493004 | 4 months ago | | | 0 | 0.000098831754 | |
| 20453427 | 4 months ago | | | 0 | 0.000034058776 | |
| 20453425 | 4 months ago | | | 0 | 0.000054752394 | |
| 20408432 | 5 months ago | | | 0 | 0.000075416097 | |
| 20055391 | 6 months ago | | | 0 | 0.00048420908 |
ABI
ABI objects
Getter at block 21401302
consumedToken() view returns (address)
0x01ac08e821185b6d87e68c67f9dc79a8988688eb
decimals() view returns (uint8)
18
name() view returns (string)
coreDAO Voucher LP3
owner() view returns (address)
0xb2d834dd31816993ef53507eb1325430e67beefa
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
rlpPerLP() view returns (uint256)
1000000000000000000
symbol() view returns (string)
coreDAO/LP3
totalSupply() view returns (uint256)
24016396981405000398375
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name, string symbol, uint256 initialSupply, address _consumedToken)
setPendingOwner(address newOwner)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdrawGenericERC20(address token, uint256 amountZeroEqualsAll)
wrap() returns (uint256)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.