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 "BasedWhales"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22193952 | 23 days ago | | | 0 | 0.000000507863128222 | |
| 18605323 | 3 months ago | | | 0 | 2.9672204e-7 | |
| 17383445 | 4 months ago | | | 0 | 4.7559544e-7 | |
| 17359640 | 4 months ago | | | 0 | 0.0000016305784 | |
| 17348596 | 4 months ago | | | 0 | 0.0000021332459 | |
| 16874118 | 5 months ago | | | 0 | 0.0000017173134 | |
| 15693387 | 6 months ago | | | 0 | 1.5837086e-7 | |
| 15668185 | 6 months ago | | | 0 | 8.4311575e-7 | |
| 15588929 | 6 months ago | | | 0 | 3.9366334e-7 | |
| 15574178 | 6 months ago | | | 0 | 3.6307474e-7 |
ABI
ABI objects
Getter at block 23177918
decimals() view returns (uint8)
18
name() view returns (string)
BasedWhales
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
WHALES
totalSupply() view returns (uint256)
696969696969000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableLimits(bool _status)
excludeFromLimits(address[] wallets, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch()
renounceOwnership()
setBots(address[] accounts, bool value)
setLimit(uint256 _limit)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.