RollerPeriphery
Verified contract
Active on
Ethereum with 66 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "RollerPeriphery"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18558390 | a year ago | | | 0 | 0.0022983670 | |
| 18445805 | a year ago | | | 0 | 0.00073172717 | |
| 18445666 | a year ago | | | 0 | 0.00080904384 | |
| 18441243 | a year ago | | | 0 | 0.0012146914 | |
| 18285288 | a year ago | | | 0 | 0.0010067081 | |
| 18282262 | a year ago | | | 0 | 0.00043659988 | |
| 18277896 | a year ago | | | 0 | 0.0011008961 | |
| 17948146 | a year ago | | | 0 | 0.0053750353 | |
| 17808733 | a year ago | | | 0 | 0.0062172199 | |
| 17755040 | a year ago | | | 0 | 0.00076786875 |
ABI
ABI objects
Getter at block 21228713
This contract contains no getter function objects.
Read-only
isTrusted(address) view returns (bool)
State-modifying
Events approve(address token, address to) payable
deposit(address roller, uint256 assets, address receiver, uint256 minSharesOut) returns (uint256 shares)
depositUnderlying(address roller, uint256 underlyingIn, address receiver, uint256 minSharesOut) returns (uint256 shares)
eject(address roller, uint256 shares, address receiver, uint256 minAssetsOut, uint256 minExcessOut) returns (uint256 assets, uint256 excessBal, bool isExcessPTs)
mint(address roller, uint256 shares, address receiver, uint256 maxAmountIn) returns (uint256 assets)
mintFromUnderlying(address roller, uint256 shares, address receiver, uint256 maxAmountIn) returns (uint256 underlyingIn)
redeem(address roller, uint256 shares, address receiver, uint256 minAmountOut) returns (uint256 assets)
redeemForUnderlying(address roller, uint256 shares, address receiver, uint256 minAmountOut) returns (uint256 underlyingOut)
setIsTrusted(address user, bool trusted)
withdraw(address roller, uint256 assets, address receiver, uint256 maxSharesOut) returns (uint256 shares)
withdrawUnderlying(address roller, uint256 underlyingOut, address receiver, uint256 maxSharesOut) returns (uint256 shares)
UserTrustUpdated(address indexed user, bool trusted)
constructor()
This contract contains no fallback and receive objects.
MaxAssetError()
MaxSharesError()
MaxUnderlyingError()
MinAssetError()
MinAssetsOrExcessError()
MinSharesError()
MinUnderlyingError()