Based and Yellow Frame Edition

Verified contract

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

No balances found for "Based and Yellow Frame Edition"

0x6df9d68479ae5573fb8bf81e3978e2c485a2c24437df64dd1ee373076a87e990
0x87019c305a21368c1a9cafc84faa12116b59cba38c0bbb815974e5e76c745957
0x54d2dfe54595382058e6ff5e9fffba47cb8af2a79a8c1468a44a37248fed3a09
0x0df9553de0b22c04aca201c72599b64b86cbedd1d8feae7cddb6ed358d35083e
0x2ff420b25c497cb00493fcf9291855f175609f568a11a369e67a03dd0f95d192
0x3839c267da53d30bfb27ea68e18d14b9d948394443707c9b4c81f32494caaec3
0x19a199100375bafd9cc10a94c992de0cef0e3c8670b5b1c64fc13f8ca5886662
0xec69597e201791a18cb904ad53f81807c5815a995d16e5a32b6008c00774fddb
0x078a71dd14a8d6d20c4d243f4920a428ecac3c5f5030be281c037fa1abbc215c
0xf584783b9c5e7a72f4492abb4b55601cee82d76283018a5a7fab6db6415cb3de

Functions
Getter at block 22832747
currentTokenId(view returns (uint256)
2000
defaultURI(view returns (string)
ipfs://Qmecf764zAUqATsD6DJcZpVkZQTJw8F4LsP8knbLi1oPZ2
maxMintPerAddress(view returns (uint256)
1
maxSupply(view returns (uint256)
2000
name(view returns (string)
Based and Yellow Frame Edition
owner(view returns (address)
0x267b3d36f6927928bdeae220aa525e21e1acf0e7
symbol(view returns (string)
YELLOW
Read-only
authorizedMinters(address authorizedMinterview returns (bool authorized)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
lockedTokenURIs(uint256 tokenIdview returns (bool locked)
mintCount(address mintedview returns (uint256 count)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokenURIs(uint256 tokenIdview returns (string tokenURI)
State-modifying
approve(address touint256 tokenId
lockTokenURI(uint256 tokenId
mint(address to
mint(address tostring _tokenURI
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setAuthorizedMinter(address minterbool authorized
setDefaultTokenURI(string _tokenURI
setMaxMintPerAddress(uint256 _maxMintPerAddress
setTokenURI(uint256 tokenIdstring _tokenURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
AuthorizedMinterSet(address indexed minterbool authorized
DefaultTokenURISet(string tokenURI
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenURILocked(uint256 indexed tokenId
TokenURISet(uint256 indexed tokenIdstring tokenURI
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
fallback(
Errors
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account