Pod Dai Stablecoin
Verified contract
Proxy
Active on
Ethereum with 1,058 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
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x334c…14cf
0xf362…b8eb
0xc520…7731
0xebfb…fc1a
Balances ($1,239.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COMP | ERC-20 | 11.4009 | $108.76 |
$1,239.96 | |
PcDAI | ERC-20 | 24.36056K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20544326 | 4 months ago | | | 0 | 0.00036566382 | |
| 20505630 | 4 months ago | | | 0 | 0.0023809917 | |
| 20407685 | 4 months ago | | | 0 | 0.00075997404 | |
| 20407234 | 4 months ago | | | 0 | 0.00021099196 | |
| 19172172 | 10 months ago | | | 0 | 0.010359873 | |
| 18902778 | a year ago | | | 0 | 0.0051840331 | |
| 18246912 | a year ago | | | 0 | 0.0027626885 | |
| 18031284 | a year ago | | | 0 | 0.0059502067 | |
| 17834042 | a year ago | | | 0 | 0.0078497095 | |
| 17832810 | a year ago | | | 0 | 0.0058262191 |
ABI
ABI objects
Getter at block 21395619
balance() view returns (uint256)
24360559618445276019027
decimals() view returns (uint8)
18
faucet() view returns (address)
0xf362ce295f2a4eae4348ffc8cdbce8d729ccb8eb
getPricePerShare() view returns (uint256)
1019614800656185008
manager() view returns (address)
0x94996399e8c5667f377460d0f3a5037bfc6c1275
name() view returns (string)
Pod Dai Stablecoin
owner() view returns (address)
0x94996399e8c5667f377460d0f3a5037bfc6c1275
prizePool() view returns (address)
0xebfb47a7ad0fd6e57323c8a42b2e5a6a4f68fc1a
symbol() view returns (string)
pDAI
ticket() view returns (address)
0x334cbb5858417aee161b53ee0d5349ccf54514cf
token() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
tokenDrop() view returns (address)
0xc5209623e3dfdf9c0ccbe497c8012883c4147731
totalSupply() view returns (uint256)
23891924286277281847869
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfUnderlying(address user) view returns (uint256 amount)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
batch() returns (uint256)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
depositTo(address to, uint256 tokenAmount) returns (uint256)
drop() returns (uint256)
emergencyTokenApproveZero(address _token, address _target)
getEarlyExitFee(uint256 amount) returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _prizePoolTarget, address _ticket, uint8 _decimals)
renounceOwnership()
setManager(address newManager) returns (bool)
setTokenDrop(address _tokenDrop) returns (bool)
setTokenFaucet(address _faucet) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 shareAmount, uint256 maxFee) returns (uint256)
withdrawERC20(address _target, uint256 amount) returns (bool)
withdrawERC721(address _target, uint256 tokenId) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BatchFloat(uint256 amount)
Claimed(address indexed user, uint256 balance)
Deposited(address indexed user, uint256 amount, uint256 shares)
ERC20Withdrawn(address indexed target, uint256 amount)
ERC721Withdrawn(address indexed target, uint256 tokenId)
ManagementTransferred(address indexed previousmanager, address indexed newmanager)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PodClaimed(uint256 amount)
TokenDropSet(address indexed drop)
TokenFaucetSet(address indexed drop)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawal(address indexed user, uint256 amount, uint256 shares)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.