BFHZELGatewayV1
Verified contract
Active on
Ethereum with 12,842 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 1M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10442734 | 4 years ago | | | 0.05 | 0.00035628880 | |
| 10427047 | 4 years ago | | | 0.05 | 0.00042986240 | |
| 10423591 | 4 years ago | | | 0 | 0.0011596260 | |
| 10423591 | 4 years ago | | | 0 | 0.0011718720 | |
| 10423204 | 4 years ago | | | 0.05 | 0.0010742490 | |
| 10420373 | 4 years ago | | | 0.05 | 0.0014141120 | |
| 10418994 | 4 years ago | | | 0.05 | 0.0027386020 | |
| 10418510 | 4 years ago | | | 0.1 | 0.0027479087 | |
| 10418316 | 4 years ago | | | 0.05 | 0.0026072690 | |
| 10418134 | 4 years ago | | | 0.1 | 0.0018942600 |
ABI
ABI objects
Getter at block 21295313
campaign() view returns (uint256 since, uint256 until, uint8 purchaseType, uint8 subPurchaseType)
(since=0, until=0, purchaseType=0, subPurchaseType=0)
chanceDenom() view returns (uint16)
25
ethBackBasisPoint() view returns (uint256)
5000
owner() view returns (address)
0x335944b36b02401fb35ca3aa64cc9468e5eb3742
paused() view returns (bool)
true
validater() view returns (address)
0xa3833d8bf7f7b7166c07f3309f70459477a1a746
Read-only
encodeData(address _sender, address _referrer, uint256 _referralBasisPoint) pure returns (bytes32)
getPurchaseType(uint256 _block) view returns (uint8, uint8)
isOperator(address account) view returns (bool)
payableOptions(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
validateSig(bytes32 _message, bytes _signature) view returns (bool)
State-modifying
Events addOperator(address account)
buyZEL(address _referrer, uint256 _referralBasisPoint, bytes _signature) payable
pause()
removeOperator(address account)
setCampaign(uint256 _since, uint256 _until, uint8 _purchaseType, uint8 _subPurchaseType)
setPayableOption(uint256 _option, bool desired)
setValidater(address _varidater)
transferOwnership(address _newOwner)
unpause()
updateChance(uint16 _newchanceDenom)
updateEthBackPercentege(uint256 _ethBackBasisPoint)
withdrawEther()
CampaignUpdated(uint256 since, uint256 until, uint8 purchaseType, uint8 subPurchaseType)
OperatorAdded(address indexed account)
OperatorRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Sold(address indexed user, address indexed referrer, uint8 purchaseType, uint256 grossValue, uint256 referralValue, uint256 netValue)
Unpaused(address account)
constructor(address _validater)
This contract contains no fallback and receive objects.
This contract contains no error objects.