BlockBlend
Verified contract
Active on
Ethereum with 451 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BBL | ERC-20 | 155.439237K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19672045 | 7 months ago | | | 0 | 0.00017787482 | |
| 19509879 | 8 months ago | | | 0 | 0.00039666324 | |
| 19288460 | 9 months ago | | | 0 | 0.00065433704 | |
| 18758597 | a year ago | | | 0 | 0.0013983885 | |
| 18593647 | a year ago | | | 0 | 0.0020468757 | |
| 17793866 | a year ago | | | 0 | 0.0021969388 | |
| 17525982 | a year ago | | | 0 | 0.00034079719 | |
| 17525980 | a year ago | | | 0 | 0.00062253492 | |
| 17458302 | a year ago | | | 0 | 0.00074555657 | |
| 17431159 | a year ago | | | 0 | 0.00099008254 |
ABI
ABI objects
Getter at block 21218425
decimals() view returns (uint8)
18
farmingAddress() view returns (address)
0xa56cc65a2aa9b7cc3a2a1819d14b67532cf031dc
getFees() view returns (uint256 marketingBuy, uint256 devBuy, uint256 liquidityBuy, uint256 farmingBuy, uint256 marketingSell, uint256 devSell, uint256 liquiditySell, uint256 farmingSell)
(marketingBuy=8, devBuy=8, liquidityBuy=8, farmingBuy=8, marketingSell=8, devSell=8, liquiditySell=8, farmingSell=8)
getTaxTiers() view returns (uint256 discount1, uint256 amount1, uint256 discount2, uint256 amount2)
(discount1=50, amount1=500000000000000000000000, discount2=100, amount2=1000000000000000000000000)
getTxLimits() view returns (uint256 buyLimit, uint256 sellLimit, uint256 cooldown)
(buyLimit=1000000000000000000000000000, sellLimit=1000000000000000000000000000, cooldown=1)
name() view returns (string)
BlockBlend
owner() view returns (address)
0xe942375396ace6a2fdd884be77c3aa5efb918b0b
pair() view returns (address)
0x23125e8a453b1143fba2316854559a8883de862e
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
BBL
taxAddress() view returns (address)
0xa56cc65a2aa9b7cc3a2a1819d14b67532cf031dc
totalSupply() view returns (uint256)
1017826136456009396187575486
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
feeExempt(address) view returns (bool)
getRecentTx(address _address) view returns (uint256 buys, uint256 sells, uint256 lastTx)
getTokenPrice(uint256 _amount) view returns (uint256)
txLimitExempt(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)
mint(address recipient, uint256 amount)
renounceOwnership()
setFeeExempt(address _address, bool _value)
setFees(uint256 _marketingBuy, uint256 _devBuy, uint256 _liquidityBuy, uint256 _farmingBuy, uint256 _marketingSell, uint256 _devSell, uint256 _liquiditySell, uint256 _farmingSell)
setTaxAddress(address _farmingAddress, address _taxAddress)
setTaxTiers(uint256 _discount1, uint256 _amount1, uint256 _discount2, uint256 _amount2)
setTxLimitExempt(address _address, bool _value)
setTxLimits(uint256 _buyLimit, uint256 _sellLimit, uint256 _cooldown)
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)
Fees(uint256 _marketingBuy, uint256 _devBuy, uint256 _liquidityBuy, uint256 _farmingBuy, uint256 _marketingSell, uint256 _devSell, uint256 _liquiditySell, uint256 _farmingSell)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _bridge)
This contract contains no fallback and receive objects.
This contract contains no error objects.