based dAIlies

Verified contract

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

No balances found for "based dAIlies"

0x3c54d6a518e5f802cdc283b39cfecd6276fa994488abf281c32464a770dae8f8
0x5b6fff9917604426cc8af8e4f289c7aed2316dcaa61af8216b7465e7dacf7d2d
0xd86f048427393c7431c50c0b2635b7dffb65c12bb9343e45e01bc9b02177fae2
0xefa357b1b102bc4d698b0067fa99bb38564ed0e68e108e0116080c397ea653bd
0x86adb402b24b64494b9fd4a5143ea70bcef3fc26198d53a9388523cb80a2a52f
0x1678a493705f08b0a0900fe32bb5ea74bd61d780e54d75c6a2640fc3ebdf5f88
0xd31b4a879c7ededdf9ccb8e78b548f7960c389de9d781fc3d67aa9a397195cac
0x101e099cf2d2584c13fb07b63fddf62f6f4d67ed3e8daee199a5c89c5fa16a26
0x8bf27b0486afc67bd4735c773dbe30a45708c1f3933c2c12f01cfc6e2e4ab3cf
0xfe88cc7f1a329e6011adcec4cf0824a6eb09ef438b88c5a2c294859878077236

Functions
Getter at block 22764182
name(view returns (string)
based dAIlies
owner(view returns (address)
0xb3c25d46f0b4543277d312fc894bb6e7f07b9d06
symbol(view returns (string)
bdAIly
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256view returns (string)
uri(uint256 _idview returns (string)
State-modifying
mint(address _touint256 _iduint256 _amount
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setURI(uint256 _idstring _uri
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner