UpdatableCrowdsale
Verified contract
Active on
Ethereum with 725 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "UpdatableCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12372349 | 4 years ago | | | 0.028946063 | 0.0018111600 | |
| 12372319 | 4 years ago | | | 0.028946063 | 0.0013583700 | |
| 12371878 | 4 years ago | | | 0.029006518 | 0.0015596100 | |
| 11949012 | 4 years ago | | | 0 | 0.0020353930 | |
| 11870942 | 4 years ago | | | 0 | 0.0046789736 | |
| 11864805 | 4 years ago | | | 0 | 0.0040707860 | |
| 11857979 | 4 years ago | | | 0 | 0.0038581330 | |
| 11851826 | 4 years ago | | | 0 | 0.0027644890 | |
| 11844963 | 4 years ago | | | 0 | 0.0056808730 | |
| 11838637 | 4 years ago | | | 0 | 0.0037973750 |
ABI
ABI objects
Getter at block 21123347
owner() view returns (address)
0x2f1c3f09f1049642ae53678c044a5e6fbc79b4e4
rate() view returns (uint256)
34547012500
rateDecimals() view returns (uint256)
9
remainingTokens() view returns (uint256)
0
token() view returns (address)
0x2f5cdc81a729b750f3b733cb95660e788441c71e
tokenWallet() view returns (address)
0xa048926f1d70ed931a99345fd80c3a35141775ee
wallet() view returns (address)
0xa048926f1d70ed931a99345fd80c3a35141775ee
weiRaised() view returns (uint256)
26899905373365566572
Read-only
estimate(uint256 _weiAmount) view returns (uint256)
State-modifying
Events buyTokens(address _beneficiary) payable
renounceOwnership()
setCurrentRate(uint256 _newRate) returns (uint256)
transferOwnership(address newOwner)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RateUpdated(uint256 oldRate, uint256 newRate)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
constructor(uint256 _rate, address _wallet, address _token)
fallback()
This contract contains no error objects.