BridgeProxy
Verified contract
Proxy
Active on
Ethereum with 3,144 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0x1c77…9731
Balances ($5,369,364.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POND | ERC-20 | 313.015845M | $0.017154 |
$5,369,364.25 | |
MPond | ERC-20 | 7.171719K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21228225 | 8 hours ago | | | 0 | 0.0016644202 | |
| 21221966 | a day ago | | | 0 | 0.0032456197 | |
| 21221940 | a day ago | | | 0 | 0.0040297406 | |
| 21215713 | 2 days ago | | | 0 | 0.0033509454 | |
| 21213831 | 2 days ago | | | 0 | 0.0013663523 | |
| 21213297 | 2 days ago | | | 0 | 0.0011412243 | |
| 21202116 | 4 days ago | | | 0 | 0.0017799825 | |
| 21163412 | 9 days ago | | | 0 | 0.0014444493 | |
| 21154226 | 11 days ago | | | 0 | 0.0011433103 | |
| 21020796 | a month ago | | | 0 | 0.0011114989 |
ABI
ABI objects
Getter at block 21230566 getLiquidity() view returns (uint256, uint256)
epochLength() view returns (uint256)
86400
governanceProxy() view returns (address)
0x7f15ff03350adecbe42ea20634bca8b4f8ba5c3a
liquidityBp() view returns (uint256)
55
liquidityEpochLength() view returns (uint256)
86400
liquidityStartEpoch() view returns (uint256)
1
liquidityStartTime() view returns (uint256)
1609664998
lockTimeEpochs() view returns (uint256)
1
mpond() view returns (address)
0x1c77d15857646687005dbbafff5873f4495a9731
owner() view returns (address)
0x7f15ff03350adecbe42ea20634bca8b4f8ba5c3a
pond() view returns (address)
0x57b946008913b82e4df85f501cbaed910e58d26c
pondPerMpond() view returns (uint256)
1000000
stakingContract() view returns (address)
0xcbb94d13fb90c28368e4358f3ecce248ae4b6c82
startTime() view returns (uint256)
1609664998
Read-only
claimedAmounts(address, uint256) view returns (uint256)
effectiveLiquidity(uint256 _startTime) view returns (uint256)
getConvertableAmount(address _address, uint256 _epoch) view returns (uint256)
getLiquidityEpoch(uint256 _startTime) view returns (uint256)
requests(address, uint256) view returns (uint256 amount, uint256 releaseEpoch)
totalAmountPlacedInRequests(address) view returns (uint256)
State-modifying
Events updateAdmin(address _newAdmin)
updateLogic(address _newLogic)
addLiquidity(uint256 _mpond, uint256 _pond) returns (bool)
cancelRequest(uint256 _epoch)
changeLiquidityBp(uint256 _newLbp)
changeLiquidityEpochLength(uint256 _newLiquidityEpochLength)
changeLockTimeEpochs(uint256 _newLockTimeEpochs)
changeStakingContract(address _newAddr)
convert(uint256 _epoch, uint256 _amount) returns (uint256)
getMpond(uint256 _mpond) returns (uint256)
initialize(address _mpond, address _pond, address _owner, address _governanceProxy)
placeRequest(uint256 amount) returns (uint256, uint256)
removeLiquidity(uint256 _mpond, uint256 _pond, address _withdrawAddress) returns (bool)
renounceOwnership()
transferGovernance(address newGoverance)
transferOwner(address newOwner)
CancelledRequest(address indexed sender, uint256 indexed requestCreateEpoch)
MPondToPond(address indexed sender, uint256 indexed requestCreateEpoch, uint256 PondReceived)
PlacedRequest(address indexed sender, uint256 requestCreateEpoch, uint256 unlockRequestEpoch)
PondToMPond(address indexed sender, uint256 MpondReceived)
constructor(address contractLogic, address proxyAdmin)
fallback()
This contract contains no error objects.