Based and Yellow Frame Edition
Verified contract
Active on
Base with 2,221 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Based and Yellow Frame Edition"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18391995 | 3 months ago | | | 0 | 5.6298863e-7 | |
| 17114781 | 4 months ago | | | 0 | 3.8499191e-7 | |
| 15561556 | 5 months ago | | | 0 | 1.4786560e-7 | |
| 15018066 | 6 months ago | | | 0 | 5.7494877e-7 | |
| 14629565 | 6 months ago | | | 0 | 0.0000010554998 | |
| 13655693 | 7 months ago | | | 0 | 0.0000010933498 | |
| 13587530 | 7 months ago | | | 0 | 0.0000010548846 | |
| 13581788 | 7 months ago | | | 0 | 0.0000010644825 | |
| 13566338 | 7 months ago | | | 0 | 0.0000010882830 | |
| 13552844 | 7 months ago | | | 0 | 0.0000010857910 |
ABI
ABI objects
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 authorizedMinter) view returns (bool authorized)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
lockedTokenURIs(uint256 tokenId) view returns (bool locked)
mintCount(address minted) view returns (uint256 count)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokenURIs(uint256 tokenId) view returns (string tokenURI)
State-modifying
Events approve(address to, uint256 tokenId)
lockTokenURI(uint256 tokenId)
mint(address to)
mint(address to, string _tokenURI)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setAuthorizedMinter(address minter, bool authorized)
setDefaultTokenURI(string _tokenURI)
setMaxMintPerAddress(uint256 _maxMintPerAddress)
setTokenURI(uint256 tokenId, string _tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AuthorizedMinterSet(address indexed minter, bool authorized)
DefaultTokenURISet(string tokenURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenURILocked(uint256 indexed tokenId)
TokenURISet(uint256 indexed tokenId, string tokenURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 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)