BucketSale
Verified contract
Active on
Ethereum with 1,893 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6c97…be69
Balances ($0.00)
No balances found for "BucketSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13997050 | 3 years ago | | | 0 | 0.015925728 | |
| 13855583 | 3 years ago | | | 0 | 0.0074260320 | |
| 13855573 | 3 years ago | | | 0 | 0.0022838570 | |
| 13855573 | 3 years ago | | | 0 | 0.0074260320 | |
| 13855572 | 3 years ago | | | 0 | 0.0074260320 | |
| 13855571 | 3 years ago | | | 0 | 0.0074260320 | |
| 13855568 | 3 years ago | | | 0 | 0.0074260320 | |
| 13855566 | 3 years ago | | | 0 | 0.0074260320 | |
| 13855562 | 3 years ago | | | 0 | 0.0074260320 | |
| 13855560 | 3 years ago | | | 0 | 0.0074260320 |
ABI
ABI objects
Getter at block 21300558
bucketCount() view returns (uint256)
2000
bucketPeriod() view returns (uint256)
25200
bucketSupply() view returns (uint256)
30000000000000000000000
buyerReferralRewardPerc() pure returns (uint256)
10000
currentBucket() view returns (uint256)
5571
startOfSale() view returns (uint256)
1592568000
termsAndConditions() view returns (string)
By interacting with this contract, I confirm I am not a US citizen. I agree to be bound by the terms found at https://foundrydao.com/sale/terms
tokenOnSale() view returns (address)
0x6c972b70c533e2e045f333ee28b9ffb8d717be69
tokenSoldFor() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
totalExitedTokens() view returns (uint256)
53279999178218362241644094
treasury() view returns (address)
0x93fe7d1d24be7cb33329800ba2166f4d28eaa553
Read-only
buckets(uint256) view returns (uint256 totalValueEntered)
buys(uint256, address) view returns (uint256 valueEntered, uint256 buyerTokensExited)
calculateExitableTokens(uint256 _bucketId, address _buyer) view returns (uint256)
referredTotal(address) view returns (uint256)
referrerReferralRewardPerc(address _referrerAddress) view returns (uint256)
State-modifying
Events agreeToTermsAndConditionsListedInThisContractAndEnterSale(address _buyer, uint256 _bucketId, uint256 _amount, address _referrer)
exit(uint256 _bucketId, address _buyer)
Entered(address _sender, uint256 _bucketId, address indexed _buyer, uint256 _valueEntered, uint256 _buyerReferralReward, address indexed _referrer, uint256 _referrerReferralReward)
Exited(uint256 _bucketId, address indexed _buyer, uint256 _tokensExited)
constructor(address _treasury, uint256 _startOfSale, uint256 _bucketPeriod, uint256 _bucketSupply, uint256 _bucketCount, address _tokenOnSale, address _tokenSoldFor)
This contract contains no fallback and receive objects.
This contract contains no error objects.