Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x89d2…0359
0x80f2…e3b7
0xb981…5497
Balances ($1,569.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.434338 | $3,614.22 |
$1,569.79 | |
MGN | ERC-20 | 17.988523 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8064375 | 5 years ago | | | 0 | 0.0011639200 | |
| 8027786 | 5 years ago | | | 0 | 0.0014278200 | |
| 8025279 | 5 years ago | | | 0 | 0.0017278200 | |
| 8023572 | 5 years ago | | | 0 | 0.000071391000 | |
| 8023078 | 5 years ago | | | 0 | 0.000081113600 | |
| 8022762 | 5 years ago | | | 0 | 0.00016917300 | |
| 8022521 | 5 years ago | | | 0 | 0.00021763800 | |
| 8022366 | 5 years ago | | | 0 | 0.00017263800 | |
| 8022364 | 5 years ago | | | 0 | 0.00022489260 | |
| 8022359 | 5 years ago | | | 0 | 0.00032048500 |
ABI
ABI objects
Getter at block 21321492
auctionCount() view returns (uint256)
38
currentState() view returns (uint8)
3
depositToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
dx() view returns (address)
0xb9812e2fa995ec53b5b6df34d21f9304762c5497
isOwner() view returns (bool)
false
lastParticipatedAuctionIndex() view returns (uint256)
386
mgnToken() view returns (address)
0x80f222a749a2e18eb7f676d371f19ad7efeee3b7
owner() view returns (address)
0x9d536f27a9c4a36229295d5b21dad01aff47486d
poolingPeriodEndTime() view returns (uint256)
1561284010
secondaryToken() view returns (address)
0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359
sellAndBuyToken() view returns (address sellToken, address buyToken)
(sellToken=0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2, buyToken=0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359)
totalDeposit() view returns (uint256)
309653788550865133432
totalMgn() view returns (uint256)
11102201999137299306309
totalPoolShares() view returns (uint256)
539667372238711007910
totalPoolSharesCummulative() view returns (uint256)
14945934933712859528742
Read-only
getAllClaimableMgnAndDeposits(address userAddress) view returns (uint256[], uint256[])
hasParticpationWithdrawn(address) view returns (bool)
numberOfParticipations(address addr) view returns (uint256)
participationAtIndex(address addr, uint256 index) view returns (uint256, uint256)
participationsByAddress(address, uint256) view returns (uint256 startAuctionCount, uint256 poolShares)
poolSharesByAddress(address userAddress) view returns (uint256[])
State-modifying
Events checkForStateUpdate()
deposit(uint256 amount)
participateInAuction()
renounceOwnership()
transferOwnership(address newOwner)
triggerMGNunlockAndClaimTokens()
updateAndGetCurrentState() returns (uint8)
withdrawDeposit() returns (uint256)
withdrawDepositandMagnolia() returns (uint256, uint256)
withdrawMagnolia() returns (uint256)
withdrawUnlockedMagnoliaFromDx()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _depositToken, address _secondaryToken, address _dx, uint256 _poolingTimeSeconds)
This contract contains no fallback and receive objects.
This contract contains no error objects.