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 "Bloops"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21027749 | a month ago | | | 0 | 0.00032419555 | |
| 21024196 | a month ago | | | 0 | 0.00030771444 | |
| 21010897 | a month ago | | | 0 | 0.00020417873 | |
| 20560646 | 3 months ago | | | 0 | 0.000086380349 | |
| 20212073 | 5 months ago | | | 0 | 0.00038098984 | |
| 20150764 | 5 months ago | | | 0 | 0.000092866596 | |
| 20130483 | 5 months ago | | | 0 | 0.00011868239 | |
| 20130479 | 5 months ago | | | 0 | 0.00011454475 | |
| 20026208 | 5 months ago | | | 0 | 0.00080159056 | |
| 19904953 | 6 months ago | | | 0 | 0.000085971487 |
ABI
ABI objects
Getter at block 21212396
decimals() view returns (uint8)
18
name() view returns (string)
Bloops
owner() view returns (address)
0x29403bb17ae58113c4e491e5ac04c4d4642bed87
symbol() view returns (string)
BLO
totalSupply() view returns (uint256)
151093704000000000000000000
uniswapV2Pair() view returns (address)
0x54ebc4b745ca7cdd30f6663815ce3679c1ee0690
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
disableAntiBot()
excludeFromFees(address _address, bool _value)
openTrading()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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 initialOwner)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)