plouto USD Coin
Verified contract
Active on
Ethereum with 138 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($26.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 26.019952 | $0.999286 |
$26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11456687 | 4 years ago | | | 0 | 0.0016465680 | |
| 11456671 | 4 years ago | | | 0 | 0.00096188400 | |
| 11445285 | 4 years ago | | | 0 | 0.00060919320 | |
| 11370038 | 4 years ago | | | 0 | 0.0067833740 | |
| 11213951 | 4 years ago | | | 0 | 0.0042437530 | |
| 11211026 | 4 years ago | | | 0 | 0.0043406160 | |
| 11211009 | 4 years ago | | | 0 | 0.017727416 | |
| 11197105 | 4 years ago | | | 0 | 0.0015945120 | |
| 11197098 | 4 years ago | | | 0 | 0.0065121120 | |
| 11184791 | 4 years ago | | | 0 | 0.0079510803 |
ABI
ABI objects
Getter at block 21193945 balance() view returns (uint256) getPricePerFullShare() view returns (uint256)
available() view returns (uint256)
0
controller() view returns (address)
0xbd74255ca2226f11ccedb5977e25876be50bf603
decimals() view returns (uint8)
6
governance() view returns (address)
0x7707b04867dde6a3b09dc0707f4335cf83513769
max() view returns (uint256)
10000
min() view returns (uint256)
0
name() view returns (string)
plouto USD Coin
symbol() view returns (string)
pUSDC
token() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
totalSupply() view returns (uint256)
46795330
withdrawalFee() view returns (uint256)
50
withdrawalMax() view returns (uint256)
10000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
depositAll()
earn()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setController(address _controller)
setGovernance(address _governance)
setMin(uint256 _min)
setWithdrawalFee(uint256 _withdrawalFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _shares)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _token, address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.