Yellow Birb

Verified contract

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

No balances found for "Yellow Birb"

0x7f3ce80d0c5e245a599ce1018cf961e58d93adf0f3468576e069b7831b5a2a7c
0x4067810866de46c6ad1c2452ce233c576115028c7f2d3b1c63cc4985f14ad972
0xb4336082a33b0c41465b6395b54ee7dc79ea6d2613f6a76a388dca4cd66cba4e
0x7d111aa638086a2ff7cadde9d3f18370846d751e68645359df6c10c275068468
0x1151d918a39959b80c9a9020f4679bc16a42b9f36875da4632ad2ebef06468e8
0x7299d0de29ba76eba62a359df5de14c0374ab4913c58c0170ec60e395439663a
0x8c46e0dcefab107e7f9596397f7c2cd676626e4c231a915951e162fb785a2a6b
0x211f0e4d5e12c2be7bd7521b29ee00cd5bfa9f8b0e90f4bcd827936d2360e9df
0x6869ad123a95176f541ca38691f540f37e3cf45d6e9f93c6b65d3f9bafcac885
0x832a0a5d927fb3ca72dee9669bf676d867fdca02bbcfba61065c06be7acd9e42

Functions
Getter at block 23802513
castHash(view returns (string)
0xcccbc04651299c181a5d0e85ff7a8dd3974b5a94
decimals(view returns (uint8)
18
deployer(view returns (address)
0x1bae19af613bd5db94baf043d5817e16a53a4c33
fid(view returns (uint256)
471160
image(view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/f1f3af0e-2a45-4ab9-6e9f-790dfc316e00/original
name(view returns (string)
Yellow Birb
symbol(view returns (string)
YBIRB
totalSupply(view returns (uint256)
100000000000000000000000000000
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(string name_string symbol_uint256 maxSupply_address deployer_uint256 fid_string image_string castHash_
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