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 49 additional slots
-
variable spans 49 additional slots
0xbbaf…3a35
13 additional
variables
Balances ($54,950.90)
Native
Value
$54,950.9
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 14.159611 | $3,880.82 |
$54,950.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23704468 | 20 hours ago | | | 0.00081707484 | 6.7762251e-7 | |
| 23699051 | a day ago | | | 0 | 4.2398790e-7 | |
| 23698969 | a day ago | | | 0.00084158738 | 8.4066154e-7 | |
| 23682794 | a day ago | | | 0 | 4.4936927e-7 | |
| 23682378 | a day ago | | | 0.00089878117 | 7.9965232e-7 | |
| 23644517 | 2 days ago | | | 0 | 4.9259544e-7 | |
| 23644470 | 2 days ago | | | 0.00081788984 | 0.0000020232414 | |
| 23643099 | 2 days ago | | | 0 | 4.1041380e-7 | |
| 23643076 | 2 days ago | | | 0 | 4.7089647e-7 | |
| 23642457 | 2 days ago | | | 0.00081707255 | 0.0000010871430 |
ABI
ABI objects
Getter at block 23739979
DOMAIN_SEPARATOR() view returns (bytes32)
0x5624c503e95a601c3813114b1b0ebb3a2a09090bcd530f62ef64538ccb6836a4
PERMIT_BUY_TYPEHASH() view returns (bytes32)
0xaf42a244b3020d6a2253d9f291b4d3e82240da42b22129a8113a58aa7a3ddb6a
PERMIT_SELL_TYPEHASH() view returns (bytes32)
0x5dfdc7fb4c68a4c249de5e08597626b84fbbe7bfef4ed3500f58003e722cc548
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
__startedOn() view returns (uint256)
1733128283
beneficiary() view returns (address)
0x84dcc248ee73ea1099df255b0649d19588371e56
burnedSupply() view returns (uint256)
0
buySlopeDen() view returns (uint256)
10000000000000000000000
buySlopeNum() view returns (uint256)
2
buybackReserve() view returns (uint256)
14159610867382767099
control() view returns (address)
0x84dcc248ee73ea1099df255b0649d19588371e56
currency() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
feeBasisPoints() view returns (uint256)
5000
feeCollector() view returns (address)
0xbbaff8785543706a212eb5ce02c8bb0330d53a35
initGoal() view returns (uint256)
0
initReserve() view returns (uint256)
0
investmentReserveBasisPoints() view returns (uint256)
9000
isStopped() view returns (bool)
false
minDuration() view returns (uint256)
0
minInvestment() view returns (uint256)
1
name() view returns (string)
Gecko
revenueCommitmentBasisPoints() view returns (uint256)
9500
runStartedOn() view returns (uint256)
1733128283
setupFee() view returns (uint256)
0
setupFeeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
state() view returns (uint256)
1
symbol() view returns (string)
GECKO
totalSupply() view returns (uint256)
396643571609797671805
version() view returns (string)
3
whitelist() view returns (address)
0xdd6f3924de3ebdf996983232daf68938ea841ce0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
estimateBuyValue(uint256 _currencyValue) view returns (uint256)
estimateExitFee(uint256 _msgValue) view returns (uint256)
estimateSellValue(uint256 _quantityToSell) view returns (uint256)
initInvestors(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
burnFrom(address _from, uint256 _amount)
buy(address _to, uint256 _currencyValue, uint256 _minTokensBought) payable
close() payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name, string symbol, uint8 decimals)
initialize(uint256 _initReserve, address _currencyAddress, uint256 _initGoal, uint256 _buySlopeNum, uint256 _buySlopeDen, uint256 _investmentReserveBasisPoints, uint256 _setupFee, address _setupFeeRecipient, string _name, string _symbol)
initializeDomainSeparator()
initializeRunStartedOn(uint256 _runStartedOn)
pay(uint256 _currencyValue) payable
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
permitBuy(address _from, address _to, uint256 _currencyValue, uint256 _minTokensBought, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
permitSell(address _from, address _to, uint256 _quantityToSell, uint256 _minCurrencyReturned, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
sell(address _to, uint256 _quantityToSell, uint256 _minCurrencyReturned)
stopAndTransferReserve(address _recipient)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateConfig(address _whitelistAddress, address _beneficiary, address _control, address _feeCollector, uint256 _feeBasisPoints, uint256 _revenueCommitmentBasisPoints, uint256 _minInvestment, uint256 _minDuration)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _from, uint256 _fairValue)
Buy(address indexed _from, address indexed _to, uint256 _currencyValue, uint256 _fairValue)
Close(uint256 _exitFee)
Pay(address indexed _from, uint256 _currencyValue)
Sell(address indexed _from, address indexed _to, uint256 _currencyValue, uint256 _fairValue)
StateChange(uint256 _previousState, uint256 _newState)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateConfig(address _whitelistAddress, address indexed _beneficiary, address indexed _control, address indexed _feeCollector, uint256 _revenueCommitmentBasisPoints, uint256 _feeBasisPoints, uint256 _minInvestment, uint256 _minDuration)
constructor(uint256 _initReserve, address _currencyAddress, uint256 _initGoal, uint256 _buySlopeNum, uint256 _buySlopeDen, uint256 _investmentReserveBasisPoints, uint256 _setupFee, address _setupFeeRecipient, string _name, string _symbol)
fallback()
This contract contains no error objects.