MarchandDeGlace
Verified contract
Implementation
Active on
Ethereum with 2 txns
Storage
Map
Table
Raw
Constants and immutables
12
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "MarchandDeGlace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13219057 | 3 years ago | | | 0.3 | 0.0018002504 | |
| 13218861 | 3 years ago | | | 5.85 | 0.10341000 |
ABI
ABI objects
Getter at block 21297575 getBuyableRemainingGel() view returns (uint256) isSaleClosing() view returns (bool)
DOLPHIN_MAX_GEL() view returns (uint256)
13462080180822660988810
DOLPHIN_MIN_GEL() view returns (uint256)
3365520045205665247202
GEL() view returns (address)
0x15b7c0c907e4c6b9adaaaabc300c08991d6cea05
POOL_ONE_GEL_CAP() view returns (uint256)
10096560000000000000000000
SIGNER() view returns (address)
0x1af41728737f8bc40e9ea1a9e1a3b19f4db3bdf9
TOTAL_GEL_CAP() view returns (uint256)
16827600000000000000000000
WHALE_MAX_GEL() view returns (uint256)
67310400904113304944050
WHALE_MIN_GEL() view returns (uint256)
16827600226028326236012
gelPerEth() view returns (uint256)
0
getRemainingGel() view returns (uint256)
0
getRemainingGelPoolOne() view returns (uint256)
0
isPoolOneOpen() view returns (bool)
false
isPoolTwoOpen() view returns (bool)
false
lockUpEndTime() view returns (uint256)
0
paused() view returns (bool)
false
poolOneEndTime() view returns (uint256)
0
poolOneStartTime() view returns (uint256)
0
poolTwoEndTime() view returns (uint256)
0
poolTwoStartTime() view returns (uint256)
0
totalGelLocked() view returns (uint256)
0
Read-only
canBuyDolphin(address _dolphin, bytes _signature, uint256 _ethToSell) view returns (bool)
canBuyWhale(address _whale, bytes _signature, uint256 _ethToSell) view returns (bool)
gelBoughtByDolphin(address) view returns (uint256)
gelLockedByWhale(address) view returns (uint256)
getGELToBuy(uint256 _ethToSell) view returns (uint256)
hasDolphinNeverBought(address _dolphin) view returns (bool)
hasWhaleNeverBought(address _whale) view returns (bool)
isBoughtEqBuyableRemaining(uint256 _gelToBuy) view returns (bool)
isBoughtGteDolphinMin(uint256 _gelToBuy) pure returns (bool)
isBoughtLteDolphinMax(uint256 _gelBought) pure returns (bool)
isBoughtLteRemaining(uint256 _gelBought) view returns (bool)
isBoughtWithinWhaleCaps(uint256 _gelBought) pure returns (bool)
isDolphin(address _dolphin, bytes _signature) view returns (bool)
isPoolOneCapExceeded(uint256 _gelToBuy) view returns (bool)
isWhale(address _whale, bytes _signature) view returns (bool)
multiIsDolphin(struct MarchandDeGlaceDolphin[] _dolphins) view returns (struct MarchandDeGlaceMultiIsCreatureResult[] results)
multiIsWhale(struct MarchandDeGlaceWhale[] _whales) view returns (struct MarchandDeGlaceMultiIsCreatureResult[] results)
State-modifying
Events buyDolphin(bytes _signature) payable
buyWhale(bytes _signature) payable
initialize(uint256 _gelPerEth, uint256 _poolOneStartTime, uint256 _poolTwoStartTime, uint256 _poolOneEndTime, uint256 _poolTwoEndTime, uint256 _lockUpEndTime)
pause()
setGelPerEth(uint256 _gelPerEth)
setLockUpEndTime(uint256 _lockUpEndTime)
setPhaseOneEndTime(uint256 _poolOneEndTime)
setPhaseOneStartTime(uint256 _poolOneStartTime)
setPhaseTwoEndTime(uint256 _poolTwoEndTime)
setPhaseTwoStartTime(uint256 _poolTwoStartTime)
unpause()
withdrawAllGEL()
withdrawETH()
withdrawLockedGEL(address _to)
withdrawUnlockedGEL()
LogBuyDolphin(address indexed dolphin, uint256 ethPaid, uint256 gelBought)
LogBuyWhale(address indexed whale, uint256 ethPaid, uint256 gelBought, uint256 gelLocked, uint256 gelUnlocked)
LogWithdrawLockedGEL(address indexed whale, address indexed to, uint256 gelWithdrawn)
Paused(address account)
Unpaused(address account)
constructor(address _GEL, address _SIGNER)
This contract contains no fallback and receive objects.
This contract contains no error objects.