This contract is being backfilled. You may encounter incomplete storage history.

Bionic Base

Verified contract

Active on Base with 275 txns
Deployed by via 0x5f2c64bb at 14599854
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xddcf9a6b0e1e71edca0e784862025932de65594f7f626bb3a94562a0bb0952ba
0x0535dcb72855d02622fa48d179006b3df6320072c19477834bb16d28533b4364
0x1a7fc7e52b8e7cbc2cf18879ac2cde02e528e6985851a0a9b61b77eaeed38b74
0x9c1e1509e3e06526e2dd83f627f7688b495a5d52fdc698162215d0dcbfdb4f06
0xa9f49b07f1cddacb6a92d33f3a581ce8d3eb5ee66fc1e171a7a3cfed8afe5eb5
0x8a409a71935d84493292bc26b0f72c590e7c0b8c6738ba35f6e47140d933d5b6
0xe0b7991aa5ac8767f5a2d77a53f570ba370913210566c7fbd5d095d4ff6f7ab7
0x12dd9c2b984a013e47ead0fbe0c1733c50da27805dda973ee0d15452792815ff
0x93844eae70ef84cc9250991b3f88509c14d3839717887db6acd23b5929efdc7d
0x0474831bd245af91e4f2f098ce4570a5d6068e462cbac865d8fa93728d649680

Functions
Getter at block 23624485
decimals(view returns (uint8)
18
name(view returns (string)
Bionic Base
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CATSEYES
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)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account