VirtuePokerSale
Verified contract
Active on
Ethereum with 655 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4e66…9eec
0x5eea…5e6e
0x628d…0562
Balances ($0.00)
No balances found for "VirtuePokerSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5609079 | 7 years ago | | | 1 | 0.00011391200 | |
| 5582948 | 7 years ago | | | 0 | 0.00050980000 | |
| 5579490 | 7 years ago | | | 1 | 0.0027623660 | |
Transfer | 5579466 | 7 years ago | | | 1 | 0.0020414620 | |
| 5579406 | 7 years ago | | | 1 | 0.0027623660 | |
| 5579320 | 7 years ago | | | 1 | 0.0027623660 | |
| 5579305 | 7 years ago | | | 1 | 0.0011675980 | |
| 5579303 | 7 years ago | | | 0 | 0.0019404600 | |
| 5579293 | 7 years ago | | | 1 | 0.0040960640 | |
| 5579271 | 7 years ago | | | 1 | 0.0020433170 |
ABI
ABI objects
Getter at block 21262184
disbursementHandler() view returns (address)
0x4e663bfe401a539fb3dd0becb726bc6f75eb9eec
getCurrentStateId() view returns (bytes32)
0x73616c65456e6465640000000000000000000000000000000000000000000000
minContribution() view returns (uint256)
1000000000000000000
minThreshold() view returns (uint256)
12000000000000000000000
owner() view returns (address)
0x36a9b165ef64767230a7aded71b04f0911bb1283
tokensForSale() view returns (uint256)
100000000000000000000000000
tokensPerWei() view returns (uint256)
4000
totalSaleCap() view returns (uint256)
25000000000000000000000
trustedToken() view returns (address)
0x5eeaa2dcb23056f4e8654a349e57ebe5e76b5e6e
trustedVault() view returns (address)
0x628d894064b9d5f4f5470186c751da72a1a00562
weiContributed() view returns (uint256)
25000000000000000000000
whitelistAdmin() view returns (address)
0x1ede41d9a1e07f7b66a4a02121bcee028c36adf2
Read-only
blacklist(address) view returns (bool)
checkWhitelisted(address contributor, uint256 contributionLimit, uint256 currentSaleCap, uint8 v, bytes32 r, bytes32 s) view returns (bool)
contributions(address) view returns (uint256)
getStateStartTime(bytes32 _stateId) view returns (uint256)
hasContributed(address) view returns (bool)
states(uint256) view returns (bytes32)
transferAllowed(address _from, address) view returns (bool)
State-modifying
Events addToBlacklist(address _contributor)
allocateTokens(address _contributor)
changeAdmin(address _admin)
conditionalTransitions()
contribute(uint256 contributionLimit, uint256 currentSaleCap, uint8 v, bytes32 r, bytes32 s) payable
endSale()
removeFromBlacklist(address _contributor)
setEndTime(uint256 _endTime)
setup()
transferOwnership(address newOwner)
LogAdminUpdated(address indexed newAdmin)
LogContribution(address indexed contributor, uint256 value, uint256 excess)
LogSetStateStartTime(bytes32 indexed _stateId, uint256 _startTime)
LogTokensAllocated(address indexed contributor, uint256 amount)
LogTransition(bytes32 stateId, uint256 blockNumber)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.