ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 48 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0xe5d2…1ffd
0xa476…d34a
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17354775 | 2 years ago | | | 0 | 0.0021651190 | |
| 17146102 | 2 years ago | | | 0 | 0.0042051902 | |
| 17142492 | 2 years ago | | | 0 | 0.015190852 | |
| 17135375 | 2 years ago | | | 0 | 0.0068317158 | |
| 17095130 | 2 years ago | | | 0 | 0.0069687918 | |
| 17094093 | 2 years ago | | | 0 | 0.016548003 | |
| 17049401 | 2 years ago | | | 0 | 0.0028854049 | |
| 17045625 | 2 years ago | | | 0 | 0.013617720 | |
| 17002988 | 2 years ago | | | 0 | 0.0096135840 | |
| 17000375 | 2 years ago | | | 0 | 0.0033866403 |
ABI
ABI objects
Getter at block 21390455
BLU() view returns (address)
0xe5d2e173b120341face9e9970889c9fe64081ffd
owner() view returns (address)
0xc2d5c0a69bda438972fea5871bae22c13a655bbc
sBLU() view returns (address)
0xa476faa9fd4deeb13e9f76ea0ef95da3adb2d34a
Read-only
bondAt(address user, uint256 index) view returns (uint256)
bondCount(address user) view returns (uint256)
bondDetailList(address owner) view returns (struct IBondRouterBondDetail[])
bondList(address user) view returns (uint256[])
bondOwner(uint256) view returns (address)
bondReserve(address) view returns (address)
bondType(address) view returns (uint8)
bonds(uint256) view returns (address depository, uint256 id)
State-modifying
Events addBond(address _bondAddr, uint8 _bondType)
initialize(address _blu, address _sblu)
purchaseStabilizingBond(address bond, uint256 amount, uint256 maxPrice, uint256 minOutput, address recipient) returns (uint256 tokenId, uint256 bondId)
purchaseTreasuryBond(address bond, uint256 amount, uint256 maxPrice, address recipient) returns (uint256 tokenId, uint256 bondId)
redeem(uint256 id, address recipient) returns (uint256 payout, uint256 principal)
redeemAsStaked(uint256 id, address recipient) returns (uint256 payout, uint256 principal)
redeemMultiple(uint256[] ids, address recipient) returns (uint256 payout, uint256 principal)
redeemMultipleAsStaked(uint256[] ids, address recipient) returns (uint256 payout, uint256 principal)
removeBond(address _bondAddr)
renounceOwnership()
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddedBond(address indexed _bondAddr, uint256 indexed _bondType)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
BondPurchased(uint256 indexed bondReceiptId, address indexed bond, address indexed recipient, uint256 bondId)
BondRedeemed(uint256 indexed bondReceiptId, address indexed bond, address indexed recipient, uint256 bondId, uint256 payout, uint256 principal)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedBond(address indexed _bondAddr)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.