Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x81fa…643b
Balances ($0.00)
No balances found for "RootsSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5471996 | 7 years ago | | | 1 | 0.00061511500 | |
| 5471322 | 7 years ago | | | 0.025 | 0.00061511500 | |
| 5468581 | 7 years ago | | | 0.63703356 | 0.00061511500 | |
| 5465125 | 7 years ago | | | 0.4 | 0.0025834830 | |
| 5464818 | 7 years ago | | | 0.04778425 | 0.00026973600 | |
| 5462110 | 7 years ago | | | 3 | 0.0050439430 | |
| 5461671 | 7 years ago | | | 5 | 0.0050439430 | |
| 5461270 | 7 years ago | | | 3 | 0.0050439430 | |
| 5460964 | 7 years ago | | | 4 | 0.0050439430 | |
| 5460714 | 7 years ago | | | 0.08190602 | 0.0099083024 |
ABI
ABI objects
Getter at block 21329020
admin() view returns (address)
0xc3f0e78d537ff754d17405cc4d6632a175fab7e8
buyerCount() view returns (uint256)
11
endTime() view returns (uint256)
1524211140
getWeiLeft() view returns (uint256)
3961127966439000000400
hasEnded() view returns (bool)
true
owner() view returns (address)
0xc3f0e78d537ff754d17405cc4d6632a175fab7e8
paused() view returns (bool)
false
rate() view returns (uint256)
44250
startTime() view returns (uint256)
1523973600
token() view returns (address)
0x81faa7321658f9c86eafe107896546ddea98643b
tokensSold() view returns (uint256)
1720087485074249982300000
wallet() view returns (address)
0xd4f39ed7499097a35dccdc59eabad25ce6a6c150
weiMaximumAmount() view returns (uint256)
30000000000000000000
weiMaximumGoal() view returns (uint256)
4000000000000000000000
weiMinimumAmount() view returns (uint256)
0
weiRaised() view returns (uint256)
38872033560999999600
Read-only
boughtAmountOf(address) view returns (uint256)
calculateTokenAmount(uint256 weiAmount, uint256 weiRaised) view returns (uint256 tokenAmount)
isBuyer(address) view returns (bool)
isExternalBuyer(address) view returns (bool)
State-modifying
Events buyTokens(address beneficiary) payable returns (bool)
changeTokenOwner(address newOwner)
finishMinting()
pause()
registerPayment(address beneficiary, uint256 tokenAmount, uint256 weiAmount)
registerPayments(address[] beneficiaries, uint256[] tokenAmounts, uint256[] weiAmounts)
setAdmin(address adminAddress)
setPricingStrategy(uint256 _startTime, uint256 _endTime, uint256 _rate, uint256 _weiMaximumGoal, uint256 _weiMinimumAmount, uint256 _weiMaximumAmount) returns (bool)
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 tokenAmount)
Unpause()
constructor(uint256 _startTime, uint256 _endTime, uint256 _rate, address _token, address _wallet, uint256 _weiMaximumGoal, uint256 _weiMinimumAmount, uint256 _weiMaximumAmount, address _admin)
fallback()
This contract contains no error objects.