Livestreambets
Verified contract
Active on
Ethereum with 921 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 "Livestreambets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20199919 | 5 months ago | | | 0 | 0.00021257673 | |
| 18910340 | a year ago | | | 0 | 0.00044361519 | |
| 18768627 | a year ago | | | 0 | 0.0014338603 | |
| 18737846 | a year ago | | | 0 | 0.0029080701 | |
| 18449613 | a year ago | | | 0 | 0.00077781899 | |
| 18005290 | a year ago | | | 0 | 0.00062329284 | |
| 17927904 | a year ago | | | 0 | 0.0017388637 | |
| 17903377 | a year ago | | | 0 | 0.00035628204 | |
| 17903366 | a year ago | | | 0 | 0.00056085138 | |
| 17900716 | a year ago | | | 0 | 0.00063016809 |
ABI
ABI objects
Getter at block 21282426
blacklistEnabled() view returns (bool)
false
decimals() view returns (uint8)
18
maxHoldingAmount() view returns (uint256)
17111111094000000000000000
minHoldingAmount() view returns (uint256)
0
name() view returns (string)
Livestreambets
owner() view returns (address)
0x7fb1075d7c8884da98181740ebecf6b1a10663a8
pair() view returns (address)
0x2916a43af826497246cc084a30671e137501adf1
sizeLimitEnabled() view returns (bool)
true
symbol() view returns (string)
LIVE
tax() view returns (uint256)
5
taxManager() view returns (address)
0xd985864ff0bae093e809b1189bb0ed1430aeeba1
taxRecipient() view returns (address)
0xd985864ff0bae093e809b1189bb0ed1430aeeba1
totalSupply() view returns (uint256)
777777777000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address) view returns (bool)
isTaxExempt(address) view returns (bool)
shouldTakeTax(address sender, address recipient) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBlacklistEnabled(bool blacklistEnabled_)
setIsBlacklisted(address account_, bool isBlacklisted_)
setPair(address pair_)
setSizeLimitEnabled(bool sizeLimitEnabled_)
setSizeLimits(uint256 minHoldingAmount_, uint256 maxHoldingAmount_)
setTax(uint256 tax_)
setTaxExempt(address account_, bool isTaxExempt_)
setTaxManager(address taxManager_)
setTaxRecipient(address taxRecipient_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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(address mintRecipient_, address taxRecipient_, address taxManager_, uint256 tax_)
This contract contains no fallback and receive objects.
InvalidConfig()
NotAllowed()