BZRxTokenSale
Verified contract
Active on
Ethereum with 914 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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10863342 | 4 years ago | | | 0 | 0.0023453670 | |
| 10847493 | 4 years ago | | | 0 | 0.0023464830 | |
| 10452329 | 4 years ago | | | 0 | 0.0020427390 | |
| 10452320 | 4 years ago | | | 0 | 0.0020417670 | |
| 9224646 | 5 years ago | | | 0 | 0.000025195000 | |
| 9223200 | 5 years ago | | | 0 | 0.00018174000 | |
| 9110991 | 5 years ago | | | 0 | 0.00026778600 | |
| 9108992 | 5 years ago | | | 0 | 0.00025496800 | |
| 9108677 | 5 years ago | | | 8 | 0.00052572100 | |
| 9108531 | 5 years ago | | | 52 | 0.00060082400 |
ABI
ABI objects
Getter at block 21283470
bZRxTokenContractAddress() view returns (address)
0x1c74cff0376fb4031cd7492cd6db2d66c3f2c6b9
bZxVaultAddress() view returns (address)
0x7f9ef329fdc33b35985885f360de2f01d476bd70
bonusMultiplier() view returns (uint256)
115
ethRaised() view returns (uint256)
4678650989851373239862
owner() view returns (address)
0x402cdab22d586bc19472f524c339c1267f91a535
saleClosed() view returns (bool)
true
tokenPrice() view returns (uint256)
73000000000000
wethContractAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
whitelistEnforced() view returns (bool)
true
Read-only
canPurchaseAmount(address _user, uint256 _value) view returns (bool)
purchasers(uint256) view returns (address)
purchases(address) view returns (uint256 totalETH, uint256 totalTokens, uint256 totalTokenBonus)
whitelist(address) view returns (uint256)
State-modifying
Events buyToken() payable returns (bool)
changeBZRxTokenContract(address _bZRxTokenContractAddress) returns (bool)
changeBZxVault(address _bZxVaultAddress) returns (bool)
changeBonusMultiplier(uint256 _newBonusMultiplier) returns (bool)
changeWethContract(address _wethContractAddress) returns (bool)
closeSale(bool _closed) returns (bool)
enforceWhitelist(bool _isEnforced) returns (bool)
renounceOwnership()
setWhitelist(address[] _users, uint256[] _values) returns (bool)
transferEther(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
transferToken(address _tokenAddress, address _to, uint256 _value) returns (bool)
unwrapEth() returns (bool)
BonusChanged(uint256 oldBonus, uint256 newBonus)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleClosed(uint256 bonusMultiplier)
SaleOpened(uint256 bonusMultiplier)
TokenPurchase(address indexed buyer, uint256 ethAmount, uint256 tokensReceived)
constructor(address _bZRxTokenContractAddress, address _bZxVaultAddress, address _wethContractAddress, uint256 _bonusMultiplier, uint256 _previousAmountRaised)
fallback()
This contract contains no error objects.