BloomTokenSale
Verified contract
Active on
Ethereum with 12,949 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x107c…b82e
Balances ($0.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
nCash | ERC-20 | 200 | $0.000118 |
$0.02 | |
ENTRP | ERC-20 | 34.13721K | -- | -- | |
SAM | ERC-20 | 2K | -- | -- | |
KCN | ERC-20 | 1K | -- | -- | |
XBP | ERC-20 | 460.868317 | -- | -- | |
STORM | ERC-20 | 348.13 | -- | -- | |
GRX | ERC-20 | 200 | -- | -- | |
STK | ERC-20 | 114 | -- | -- | |
DIW | ERC-20 | 50 | -- | -- | |
WFEE | ERC-20 | 50 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4948929 | 7 years ago | | | 0.76 | 0.0011487500 | |
| 4888195 | 7 years ago | | | 0 | 0.00071403500 | |
| 4874377 | 7 years ago | | | 5.544711 | 0.0017369100 | |
| 4856950 | 7 years ago | | | 0.00105113 | 0.0017934082 | |
| 4845826 | 7 years ago | | | 0.13 | 0.00068925000 | |
| 4845360 | 7 years ago | | | 0.145 | 0.00055140000 | |
| 4844326 | 7 years ago | | | 4 | 0.0010798250 | |
| 4838906 | 7 years ago | | | 0.9 | 0.00045950000 | |
| 4838850 | 7 years ago | | | 0 | 0.00032092000 | |
| 4838840 | 7 years ago | | | 0 | 0.0010810300 |
ABI
ABI objects
Getter at block 21255874
TOTAL_SUPPLY() pure returns (uint256)
150000000000000000000000000
advisorPool() pure returns (uint256)
0
cap() pure returns (uint256)
106058034956728300000000
configured() pure returns (bool)
true
endTime() pure returns (uint256)
1514836800
hasEnded() pure returns (bool)
true
isFinalized() pure returns (bool)
true
owner() pure returns (address)
0x9d217bcbd0bfae4d7f8f12c7702108d162e3ab79
paused() pure returns (bool)
false
rate() pure returns (uint256)
658605105014684033361
startTime() pure returns (uint256)
1511974800
token() pure returns (address)
0x107c4504cd79c5d2696ea0030a8dd4e92601b82e
wallet() pure returns (address)
0x9d217bcbd0bfae4d7f8f12c7702108d162e3ab79
weiRaised() pure returns (uint256)
60009880467017907939184
Read-only
This contract contains no read-only function objects.
State-modifying
Events allocateAdvisorTokens(address _receiver, uint256 _amount, uint64 _cliffDate, uint64 _vestingDate)
allocatePresaleTokens(address _receiver, uint256 _amount, uint64 cliffDate, uint64 vestingDate)
allocateSupply()
changeTokenController(address _newController)
finalize()
finishConfiguration() returns (bool)
finishPresale(uint256 _cents, uint256 _weiRaisedOffChain) returns (bool)
onApprove(address, address, uint256) returns (bool)
onTransfer(address _from, address _to, uint256) returns (bool)
pause()
proxyPayment(address _beneficiary) payable returns (bool)
revokeGrant(address _holder, uint256 _grantId)
setToken(address _token)
transferOwnership(address newOwner)
unpause()
Configured()
Finalized()
NewPresaleAllocation(address indexed holder, uint256 bltAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
Unpause()
constructor(uint256 _startTime, uint256 _endTime, uint256 _rate, address _wallet, uint256 _cap)
fallback()
This contract contains no error objects.