YieldSourcePrizePool
Verified contract
Active on
Ethereum with 1,825 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdd4d…36e1
Balances ($119.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 120 | $0.99953 |
$119.94 | |
PTaUSDCY | ERC-20 | 60.520578K | -- | -- | |
CRI | ERC-20 | 0.024 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21173898 | 5 days ago | | | 0 | 0.012210272 | |
| 21135225 | 11 days ago | | | 0 | 0.0068377953 | |
| 21109487 | 14 days ago | | | 0 | 0.0018004608 | |
| 21007796 | a month ago | | | 0 | 0.0061016040 | |
| 20817972 | 2 months ago | | | 0 | 0.0044013079 | |
| 20803959 | 2 months ago | | | 0 | 0.0025414500 | |
| 20756968 | 2 months ago | | | 0 | 0.0014875783 | |
| 20711929 | 2 months ago | | | 0 | 0.00086344639 | |
| 20674708 | 2 months ago | | | 0 | 0.00050565927 | |
| 20639639 | 3 months ago | | | 0 | 0.00056299304 |
ABI
ABI objects
Getter at block 21213263
VERSION() view returns (string)
4.0.0
awardBalance() view returns (uint256)
0
getAccountedBalance() view returns (uint256)
61346493206
getBalanceCap() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
getLiquidityCap() view returns (uint256)
0
getPrizeStrategy() view returns (address)
0x47a5abfacdebf5af312b034b3b748935a0259136
getTicket() view returns (address)
0xdd4d117723c257cee402285d3acf218e9a8236e1
getToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
owner() view returns (address)
0xda63d70332139e6a8eca7513f4b6e2e0dc93b693
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
yieldSource() view returns (address)
0x32e8d4c9d1b711bc958d0ce8d14b41f77bb03a64
Read-only
canAwardExternal(address _externalToken) view returns (bool)
isControlled(address _controlledToken) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events award(address _to, uint256 _amount)
awardExternalERC20(address _to, address _externalToken, uint256 _amount)
awardExternalERC721(address _to, address _externalToken, uint256[] _tokenIds)
balance() returns (uint256)
captureAwardBalance() returns (uint256)
claimOwnership()
compLikeDelegate(address _compLike, address _to)
depositTo(address _to, uint256 _amount)
depositToAndDelegate(address _to, uint256 _amount, address _delegate)
renounceOwnership()
setBalanceCap(uint256 _balanceCap) returns (bool)
setLiquidityCap(uint256 _liquidityCap)
setPrizeStrategy(address _prizeStrategy)
setTicket(address _ticket) returns (bool)
sweep()
transferExternalERC20(address _to, address _externalToken, uint256 _amount)
transferOwnership(address _newOwner)
withdrawFrom(address _from, uint256 _amount) returns (uint256)
AwardCaptured(uint256 amount)
Awarded(address indexed winner, address indexed token, uint256 amount)
AwardedExternalERC20(address indexed winner, address indexed token, uint256 amount)
AwardedExternalERC721(address indexed winner, address indexed token, uint256[] tokenIds)
BalanceCapSet(uint256 balanceCap)
ControlledTokenAdded(address indexed token)
Deployed(address indexed yieldSource)
Deposited(address indexed operator, address indexed to, address indexed token, uint256 amount)
ErrorAwardingExternalERC721(bytes error)
LiquidityCapSet(uint256 liquidityCap)
OwnershipOffered(address indexed pendingOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrizeStrategySet(address indexed prizeStrategy)
Swept(uint256 amount)
TicketSet(address indexed ticket)
TransferredExternalERC20(address indexed to, address indexed token, uint256 amount)
Withdrawal(address indexed operator, address indexed from, address indexed token, uint256 amount, uint256 redeemed)
constructor(address _owner, address _yieldSource)
This contract contains no fallback and receive objects.
This contract contains no error objects.