Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x21cf…8d86
Balances ($0.00)
No balances found for "Presale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11175089 | 4 years ago | | | 1 | 0.00060900000 | |
| 11174466 | 4 years ago | | | 2 | 0.00091696000 | |
| 11173988 | 4 years ago | | | 1 | 0.00050610000 | |
| 11173976 | 4 years ago | | | 2 | 0.00045848000 | |
| 11173966 | 4 years ago | | | 2 | 0.00042000000 | |
| 11173950 | 4 years ago | | | 1 | 0.0010500000 | |
| 11173929 | 4 years ago | | | 1 | 0.00050610000 | |
| 11173918 | 4 years ago | | | 0.0025214958 | 0.00050610000 | |
| 11173896 | 4 years ago | | | 1 | 0.00050610000 | |
| 11173891 | 4 years ago | | | 2 | 0.010668900 |
ABI
ABI objects
Getter at block 21210910
endBlock() view returns (uint256)
11173920
endRefundBlock() view returns (uint256)
11178945
invested() view returns (uint256)
617721156100933774011
maxInvestment() view returns (uint256)
9000000000000000000
owner() view returns (address)
0x5771c19f4df99fa9b783cb933a5d7a83fe941c6c
paused() view returns (bool)
false
rate() view returns (uint256)
225
startBlock() view returns (uint256)
11172295
supply() view returns (uint256)
0
token() view returns (address)
0x21cf09bc065082478dcc9ccb5fd215a978dc8d86
tokensSold() view returns (uint256)
1757318847823326504577
treasury() view returns (address)
0x5771c19f4df99fa9b783cb933a5d7a83fe941c6c
Read-only
availableInvestment(address investor) view returns (uint256)
availableRefund(address investor) view returns (uint256)
calculateInvestment(address investor, uint256 value) view returns (uint256 investment, uint256 tokensToSend, uint256 refundValue)
investedAmount(address investor) view returns (uint256)
isInvestor(address investor) view returns (bool)
tokensReceived(address investor) view returns (uint256)
State-modifying
Events claimRefund(address investor)
claimUnclaimedRefunds(address wallet)
claimUnsoldTokens(address wallet)
invest(address wallet) payable
renounceOwnership()
transferOwnership(address newOwner)
unwhitelistInvestors(address[] _investors)
updateDetails(uint256 _startBlock, uint256 _endBlock, uint256 _endRefundBlock, uint256 _supply, uint256 _rate, uint256 _maxInvestment)
updatePaused(bool paused)
whitelistInvestors(address[] _investors)
DetailsUpdated(address account)
Invested(address investor, address wallet, uint256 value, uint256 tokensReceived, uint256 valueRefunded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Refunded(address investor, uint256 value)
Unpaused(address account)
Unwhitelisted(address investor, address account)
Whitelisted(address investor, address account)
constructor(address _owner, address _treasury, address _token, uint256 _startBlock, uint256 _endBlock, uint256 _endRefundBlock, uint256 _supply, uint256 _rate, uint256 _maxInvestment)
fallback()
receive()
This contract contains no error objects.