EIP173Proxy
Verified contract
Proxy
Active on
Ethereum with 3,488 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 ($102,405.33)
Native
Value
$596.77
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.166138 | $3,592.04 |
$596.77 | |
GEL | ERC-20 | 467.305381K | $0.217863 |
$101,808.55 | |
TKX | ERC-20 | 0.000046 | $13.44 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17241761 | 2 years ago | | | 0 | 0.0038118261 | |
| 15994357 | 2 years ago | | | 0 | 0.0010431243 | |
| 15566848 | 2 years ago | | | 0.00001 | 0.000042000000 | |
| 14928267 | 2 years ago | | | 0 | 0.0040699621 | |
| 14891735 | 2 years ago | | | 0 | 0.0029437764 | |
| 14827488 | 3 years ago | | | 0 | 0.0013697759 | |
| 14810478 | 3 years ago | | | 0 | 0.0022913679 | |
| 14786939 | 3 years ago | | | 0 | 0.0018993600 | |
| 14724381 | 3 years ago | | | 0 | 0.0032353771 | |
| 14637031 | 3 years ago | | | 0 | 0.0027919814 |
ABI
ABI objects
Getter at block 21296797
owner() view returns (address)
0x163407fda1a93941358c1bfda39a868599553b6d
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)
11502809031305730908498
getBuyableRemainingGel() view returns (uint256)
0
getRemainingGel() view returns (uint256)
2681
getRemainingGelPoolOne() view returns (uint256)
0
isPoolOneOpen() view returns (bool)
false
isPoolTwoOpen() view returns (bool)
false
isSaleClosing() view returns (bool)
true
lockUpEndTime() view returns (uint256)
1647284400
paused() view returns (bool)
false
poolOneEndTime() view returns (uint256)
1631563200
poolOneStartTime() view returns (uint256)
1631556000
poolTwoEndTime() view returns (uint256)
1631728800
poolTwoStartTime() view returns (uint256)
1631563200
totalGelLocked() view returns (uint256)
467305381060179307155851
Read-only
supportsInterface(bytes4 id) view returns (bool)
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 transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation)
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 implementationAddress, address ownerAddress, bytes data)
fallback()
receive()
This contract contains no error objects.