Hype.Bet
Verified contract
Active on
Ethereum with 1,394 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 "Hype.Bet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20607784 | 3 months ago | | | 0 | 0.000042074810 | |
| 20595706 | 3 months ago | | | 0 | 0.000085762685 | |
| 20150737 | 5 months ago | | | 0 | 0.000069849000 | |
| 19951343 | 6 months ago | | | 0 | 0.00012840898 | |
| 18880820 | a year ago | | | 0 | 0.00058528896 | |
| 18879661 | a year ago | | | 0 | 0.00064401113 | |
| 18722629 | a year ago | | | 0 | 0.0013752373 | |
| 18638589 | a year ago | | | 0 | 0.00060300622 | |
| 18552747 | a year ago | | | 0 | 0.00046249800 | |
| 18326309 | a year ago | | | 0 | 0.00023560967 |
ABI
ABI objects
Getter at block 21192654
OwnerfeeDistributor() view returns (address)
0x7bb705fd59d2ba9d236ef8506d3b981f097abb24
OwnertxFee() view returns (uint8)
120
canWhitelist() view returns (bool)
true
decimals() view returns (uint8)
18
feeDistributor() view returns (address)
0x181b3a5c476feecc97cf7f31ea51093f324b726f
name() view returns (string)
Hype.Bet
owner() view returns (address)
0x4db0c55f696932402fac0679b9e19490955f393d
symbol() view returns (string)
Hype.Bet
totalSupply() view returns (uint256)
1000000000000000000000000
txFee() view returns (uint8)
150
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateAmountsAfterFee(address sender, address recipient, uint256 amount) view returns (uint256 transferToAmount, uint256 transferToFeeDistributorAmount, uint256 transferToOwnerFeeDistributorAmount)
feelessReciever(address) view returns (bool)
feelessSender(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
renounceWhitelist()
setFee(uint8 _newTxFee)
setFeeDistributor(address _distributor)
setFeelessReciever(address _recipient, bool _feeless)
setFeelessSender(address _sender, bool _feeless)
setOwnerFee(uint8 _newTxFee)
setOwnerFeeDistributor(address _distributor)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.