PoolTogether USDC Ticket (Compound)
Verified contract
Proxy
Active on
Ethereum with 169 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 43 additional slots
0xde9e…f416
Balances ($0.00)
No balances found for "PoolTogether USDC Ticket (Compound)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21180833 | a month ago | | | 0 | 0.018629603 | |
| 20637264 | 3 months ago | | | 0 | 0.00047609557 | |
| 20608845 | 4 months ago | | | 0 | 0.00037128478 | |
| 20160056 | 6 months ago | | | 0 | 0.00054995701 | |
| 18914724 | a year ago | | | 0 | 0.0041085519 | |
| 18154220 | a year ago | | | 0 | 0.0014760299 | |
| 18026359 | a year ago | | | 0 | 0.0047318466 | |
| 17529732 | a year ago | | | 0 | 0.0094946502 | |
| 17468211 | 2 years ago | | | 0 | 0.0010510631 | |
| 17468118 | 2 years ago | | | 0 | 0.0011919818 |
ABI
ABI objects
Getter at block 21401499
controller() view returns (address)
0xde9ec95d7708b8319ccca4b8bc92c0a3b70bf416
decimals() view returns (uint8)
6
name() view returns (string)
PoolTogether USDC Ticket (Compound)
symbol() view returns (string)
PcUSDC
totalSupply() view returns (uint256)
667051481474
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)
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 _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.