PoolTogether Dai Ticket (Compound)
Verified contract
Proxy
Active on
Ethereum with 421 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 49 additional slots
-
variable spans 43 additional slots
0xebfb…fc1a
Balances ($0.00)
No balances found for "PoolTogether Dai Ticket (Compound)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20556157 | 4 months ago | | | 0 | 0.0013450061 | |
| 20023257 | 6 months ago | | | 0 | 0.0014617236 | |
| 19600981 | 8 months ago | | | 0 | 0.00051002759 | |
| 19115083 | 10 months ago | | | 0 | 0.0035845509 | |
| 18426444 | a year ago | | | 0 | 0.0041652915 | |
| 18381046 | a year ago | | | 0 | 0.0015245727 | |
| 18283976 | a year ago | | | 0 | 0.0016695970 | |
| 18045337 | a year ago | | | 0 | 0.0021643923 | |
| 18019372 | a year ago | | | 0 | 0.0049792437 | |
| 18004339 | a year ago | | | 0 | 0.00059397657 |
ABI
ABI objects
Getter at block 21396929
controller() view returns (address)
0xebfb47a7ad0fd6e57323c8a42b2e5a6a4f68fc1a
decimals() view returns (uint8)
18
name() view returns (string)
PoolTogether Dai Ticket (Compound)
symbol() view returns (string)
PcDAI
totalSupply() view returns (uint256)
320201976227245632654470
trustedForwarder() view returns (address)
0xa530f85085c6fe2f866e7fdb716849714a89f4cd
versionRecipient() view returns (string)
2.0.0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
chanceOf(address user) view returns (uint256)
draw(uint256 randomNumber) view returns (address)
isTrustedForwarder(address forwarder) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
controllerBurn(address _user, uint256 _amount)
controllerBurnFrom(address _operator, address _user, uint256 _amount)
controllerMint(address _user, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol, uint8 _decimals, address _trustedForwarder, address _controller)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.