PlutusDeFi
Verified contract
Active on
Ethereum with 27,931 txns
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
-
variable spans 49 additional slots
Balances ($8,097.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 2 | $3,185.40 |
$6,370.8 | |
USDT | ERC-20 | 917.5 | $1.001 |
$918.42 | |
USDC | ERC-20 | 804.169672 | $0.999524 |
$803.79 | |
AKRO | ERC-20 | 1K | $0.004183 |
$4.18 | |
PLT | ERC-20 | 4.133443K | -- | -- | |
ADD | ERC-20 | 413.344256 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110947 | 7 days ago | | | 0 | 0.000073647564 | |
| 21110942 | 7 days ago | | | 0 | 0.00011751023 | |
| 21049913 | 15 days ago | | | 0 | 0.00016202398 | |
| 20990174 | 24 days ago | | | 0 | 0.00043467748 | |
| 20983112 | 25 days ago | | | 0 | 0.00019589339 | |
| 20693409 | 2 months ago | | | 0 | 0.00022461048 | |
| 20500811 | 3 months ago | | | 0 | 0.000041969977 | |
| 20246472 | 4 months ago | | | 0 | 0.00014624286 | |
| 20244792 | 4 months ago | | | 0 | 0.000073951758 | |
| 20244784 | 4 months ago | | | 0 | 0.000067419787 |
ABI
ABI objects
Getter at block 21160474
bondedContract() view returns (address)
0x0a8a321e28d55b12d1e4c3577085d1fdf8fea726
decimals() view returns (uint8)
18
name() view returns (string)
PlutusDeFi
symbol() view returns (string)
PLT
totalSupply() view returns (uint256)
103410865563540000000000000
unbondedContract() view returns (address)
0x6134cc8531df679ec026fb9f8a6b0dd5d26bccb4
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
constructor(string name, string symbol, address _bondedContract, address _unbondedContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.