Blue Whale

Verified contract

Active on Base with 155 txns
Deployed by via 0xedc42ce1 at 12304720
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Blue Whale"

0x782146109567fb631197ed5a078f283a53b843b3fbbf75bd33ad4abc262e0033
0x7739da5738b08a65db7e94137c5afc487cb63882d11387552ed730fbf6496e6e
0x321f7e404e0235039bfb475999be3496b532f6f9f6756faac4d459e4e458a209
0x769f88b6d62ed68e4b2ff2be037efab565a96ba52ff6a6165f056afb6ea847fc
0xe7d2b7e613a1feec9b23fc82406fa2e9a92509686bb0ff5f63a87d4c1f7d7dc5
0x965262928c19f5cea709a002a20d78925fb6111efbf8ff8f5363a6bad4f68a33
0xb6e36a9d6e881e7fe46cf3fdb4e0f2d84d4df92ae55f0bcce6909cb938d9e025
0xd6fddcf7fd580ef6e11a6cc42efb5a2f89066693a31f2bbbf500d26a9e4bf7b0
0xdcb09be59b7df49ffdb42845f5af7f801be90be5a483f4118b12a9b90d1d7281
0x62da067aed76c690c46dc70fc3de344d4485909523089153ad03c49c00758452

Functions
Getter at block 21994101
decimals(view returns (uint8)
18
name(view returns (string)
Blue Whale
symbol(view returns (string)
BWELE
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(uint256 initialSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender