PresaleSettings
Verified contract
Active on
Ethereum with 12 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 7 additional slots
Balances ($0.00)
No balances found for "PresaleSettings"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13018022 | 3 years ago | | | 0 | 0.0056950740 | |
| 12498131 | 4 years ago | | | 0 | 0.0029954980 | |
| 11960485 | 4 years ago | | | 0 | 0.012312588 | |
| 11808816 | 4 years ago | | | 0 | 0.0076422960 | |
| 11808812 | 4 years ago | | | 0 | 0.0097768680 | |
| 11808805 | 4 years ago | | | 0 | 0.0034660560 | |
| 11789695 | 4 years ago | | | 0 | 0.0062936280 | |
| 11751408 | 4 years ago | | | 0 | 0.0054436620 | |
| 11751406 | 4 years ago | | | 0 | 0.0054458940 | |
| 11751403 | 4 years ago | | | 0 | 0.015570918 |
ABI
ABI objects
Getter at block 21281204
SETTINGS() view returns (uint256 BASE_FEE, uint256 TOKEN_FEE, uint256 REFERRAL_FEE, address ETH_FEE_ADDRESS, address TOKEN_FEE_ADDRESS, uint256 ETH_CREATION_FEE, uint256 ROUND1_LENGTH, uint256 MAX_PRESALE_LENGTH)
(BASE_FEE=18, TOKEN_FEE=18, REFERRAL_FEE=100, ETH_FEE_ADDRESS=0xaa3d85ad9d128dfecb55424085754f6dfa643eb1, TOKEN_FEE_ADDRESS=0x0d9b1e53cbb251572d982d9f96520e8d40d22bb0, ETH_CREATION_FEE=300000000000000000, ROUND1_LENGTH=533, MAX_PRESALE_LENGTH=93046)
allowedReferrersLength() view returns (uint256)
4
earlyAccessTokensLength() view returns (uint256)
2
getBaseFee() view returns (uint256)
18
getEthAddress() view returns (address)
0xaa3d85ad9d128dfecb55424085754f6dfa643eb1
getEthCreationFee() view returns (uint256)
300000000000000000
getMaxPresaleLength() view returns (uint256)
93046
getReferralFee() view returns (uint256)
100
getRound1Length() view returns (uint256)
533
getTokenAddress() view returns (address)
0x0d9b1e53cbb251572d982d9f96520e8d40d22bb0
getTokenFee() view returns (uint256)
18
owner() view returns (address)
0x60e2e1b2a317edfc870b6fc6886f69083fb2099a
Read-only
EARLY_ACCESS_MAP(address) view returns (uint256)
getEarlyAccessTokenAtIndex(uint256 _index) view returns (address, uint256)
getReferrerAtIndex(uint256 _index) view returns (address)
referrerIsValid(address _referrer) view returns (bool)
userHoldsSufficientRound1Token(address _user) view returns (bool)
State-modifying
Events editAllowedReferrers(address _referrer, bool _allow)
editEarlyAccessTokens(address _token, uint256 _holdAmount, bool _allow)
renounceOwnership()
setFeeAddresses(address _ethAddress, address _tokenFeeAddress)
setFees(uint256 _baseFee, uint256 _tokenFee, uint256 _ethCreationFee, uint256 _referralFee)
setMaxPresaleLength(uint256 _maxLength)
setRound1Length(uint256 _round1Length)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.