Bounty0xCrowdsale
Verified contract
Active on
Ethereum with 2,771 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd2d6…9de3
Balances ($0.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BNTY | ERC-20 | 909.090909 | $0.000193 |
$0.18 | |
MOD | ERC-20 | 1 | -- | -- | |
MODVOTE | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4750469 | 7 years ago | | | 0 | 0.00078445000 | |
| 4750455 | 7 years ago | | | 0 | 0.00078125000 | |
| 4750446 | 7 years ago | | | 0 | 0.0012500000 | |
| 4750430 | 7 years ago | | | 0 | 0.0012007200 | |
| 4750426 | 7 years ago | | | 0 | 0.0012836000 | |
| 4750406 | 7 years ago | | | 0 | 0.00062372000 | |
| 4747940 | 7 years ago | | | 14 | 0.0016531200 | |
| 4747937 | 7 years ago | | | 14 | 0.0016531200 | |
| 4747920 | 7 years ago | | | 14 | 0.0014169600 | |
| 4747910 | 7 years ago | | | 14 | 0.0014169600 |
ABI
ABI objects
Getter at block 21160439
FIXED_PRESALE_USD_ETHER_PRICE() view returns (uint256)
355
HARD_CAP_USD() view returns (uint256)
1500000
LIMITS_END_DATE() view returns (uint256)
1513519200
MAXIMUM_CONTRIBUTION_LIMITED_PERIOD_USD() view returns (uint256)
10000
MAXIMUM_CONTRIBUTION_WHITELIST_PERIOD_USD() view returns (uint256)
1500
MAX_GAS() view returns (uint256)
500000
MAX_GAS_PRICE() view returns (uint256)
70000000000
MICRODOLLARS_PER_DOLLAR() view returns (uint256)
1000000
MICRO_DOLLARS_PER_BNTY_MAINSALE() view returns (uint256)
16500
MICRO_DOLLARS_PER_BNTY_PRESALE() view returns (uint256)
13200
SALE_END_DATE() view returns (uint256)
1515765600
SALE_START_DATE() view returns (uint256)
1513346400
UNFREEZE_DATE() view returns (uint256)
1559311200
USDEtherPrice() view returns (uint256)
650
WEI_PER_ETH() view returns (uint256)
1000000000000000000
WHITELIST_END_DATE() view returns (uint256)
1513432800
bntyMicrodollarPrice() view returns (uint256)
16500
bounty0xToken() view returns (address)
0xd2d6158683aee4cc838067727209a0aaf4359de3
currentTime() view returns (uint256)
1731279887
fixUSDPriceTime() view returns (uint256)
1513346400
owner() view returns (address)
0xbdfd4f31c55ccb866ab6ff9ed2863f1a4ceac8d6
paused() view returns (bool)
false
totalContributions() view returns (uint256)
2307692307692307692307
Read-only
contributionAmounts(address) view returns (uint256)
isWhitelisted(address addr) view returns (bool)
usdToWei(uint256 usd) view returns (uint256)
weiToBnty(uint256 amtWei) view returns (uint256)
whitelisted(address) view returns (bool)
State-modifying
Events addToWhitelist(address[] addresses) returns (bool)
pause()
removeFromWhitelist(address[] addresses) returns (bool)
setUSDEtherPrice(uint256 _USDEtherPrice)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 amount)
LogWhitelistAdd(address indexed addr)
LogWhitelistRemove(address indexed addr)
OnContribution(address indexed contributor, bool indexed duringWhitelistPeriod, uint256 indexed contributedWei, uint256 bntyAwarded, uint256 refundedWei)
OnWithdraw(address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
constructor(address _bounty0xToken, uint256 _USDEtherPrice)
fallback()
This contract contains no error objects.