Birdie

Verified contract

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

No balances found for "Birdie"

0x4b4fb3e93e4ec9f975343babfa9cbdd9c7643fa3b312c4107ece66923ef226f8
0x5bc58103e2215b91495b01fea0991ae9b16a0c746bb462ef1cdae50327aca47d

Functions
Getter at block 22971754
decimals(view returns (uint8)
18
name(view returns (string)
Birdie
owner(view returns (address)
0x2ecce32894c021a6590fa167ada544048116da55
symbol(view returns (string)
BIRDIE
totalSupply(view returns (uint256)
99000000000000000000000000000000
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(string _namestring _symbol
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