PreSaleExtended
Verified contract
Active on
Ethereum with 190 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XCC | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4978952 | 7 years ago | | | 0.2 | 0.0011849760 | |
| 4509805 | 7 years ago | | | 0 | 0.000023068000 | |
| 4448964 | 7 years ago | | | 0 | 0.000031566000 | |
| 4448962 | 7 years ago | | | 0 | 0.000022175000 | |
| 4448952 | 7 years ago | | | 0 | 0.000022175000 | |
| 4448946 | 7 years ago | | | 0 | 0.000022175000 | |
| 4448930 | 7 years ago | | | 0 | 0.000058763000 | |
| 4440883 | 7 years ago | | | 10 | 0.0016609320 | |
| 4440863 | 7 years ago | | | 28 | 0.0013459320 | |
| 4440863 | 7 years ago | | | 2 | 0.0013459320 |
ABI
ABI objects
Getter at block 21193543
PRESALE_TOKEN_CAP() pure returns (uint256)
2380000000000000000000000
contactInformation() pure returns (string)
https://tokensale.gameflip.com/
endTime() pure returns (uint256)
1509130800
extendedTokenCap() pure returns (uint256)
1829580550878159875173740
hasEnded() pure returns (bool)
true
isFinalized() pure returns (bool)
true
minPurchaseAmt() pure returns (uint256)
1000000000000000000
owner() pure returns (address)
0xe146146d5fdad043ed062e2f5b08179973b16338
paused() pure returns (bool)
false
rate() pure returns (uint256)
1
startTime() pure returns (uint256)
1508526000
token() pure returns (address)
0x3a1bda28adb5b0a812a7cf10a1950c920f79bcd3
tokensRemaining() pure returns (uint256)
1572491742447631875173740
tokensSold() pure returns (uint256)
257088808430528000000000
wallet() pure returns (address)
0x158f3a8d816d61f80c8db36fd6c48b57ecef0ad4
weiRaised() pure returns (uint256)
965491652621100000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyTokens(address beneficiary) payable
finalize()
pause()
reclaimContract(address contractAddr)
reclaimToken(address token)
setContactInformation(string info)
setExtendedTokenCap(uint256 _extendedTokenCap) returns (uint256)
setMinPurchaseAmt(uint256 _wei)
setWallet(address _wallet)
tokenFallback(address from_, uint256 value_, bytes data_)
tokenTransferOwnership(address newOwner)
transferOwnership(address newOwner)
unpause()
Finalized()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
Unpause()
constructor(address _token, uint256 _startTime, uint256 _endTime, address _ethWallet)
fallback()
This contract contains no error objects.