MonsterTokenCrowdsale
Verified contract
Active on
Ethereum with 865 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MB | ERC-20 | 37.868347K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5869955 | 6 years ago | | | 0.035 | 0.00023545000 | |
| 5869943 | 6 years ago | | | 0.0355 | 0.00023545000 | |
| 5824177 | 6 years ago | | | 2.2 | 0.00086100000 | |
| 5777543 | 6 years ago | | | 0.366649 | 0.00025173096 | |
| 5777350 | 6 years ago | | | 0.002 | 0.000023609000 | |
| 5768225 | 6 years ago | | | 0.008 | 0.00018836000 | |
| 5737952 | 6 years ago | | | 0.01 | 0.00018887200 | |
| 5693427 | 6 years ago | | | 0.01 | 0.00018887200 | |
| 5693384 | 6 years ago | | | 0.01 | 0.00018887200 | |
| 5686360 | 6 years ago | | | 0.079 | 0.00021484191 |
ABI
ABI objects
Getter at block 21258287
closingTime() view returns (uint256)
1527281940
hasClosed() view returns (bool)
true
isFinalized() view returns (bool)
false
openingTime() view returns (uint256)
1524182400
owner() view returns (address)
0xb12789db07c6718a7d25d907d1a865c6c57ed13a
rate() view returns (uint256)
2000
token() view returns (address)
0x64d2d66050c540116a02a49aeda827af67bb1475
tokenBalance() view returns (uint256)
37868346989323282266000
wallet() view returns (address)
0xb12789db07c6718a7d25d907d1a865c6c57ed13a
weiRaised() view returns (uint256)
81209940505338357967
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyTokens(address _beneficiary) payable
finalize()
sendTokens(address beneficiary, uint256 tokensAmount)
setRate(uint256 newRate)
transferOwnership(address newOwner)
Finalized()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
TokenSending(address indexed beneficiary, uint256 amount)
constructor(uint256 _rate, address _wallet, address _token, uint256 _openingTime, uint256 _closingTime)
fallback()
This contract contains no error objects.