SanFranTokyoGenesisPass

Verified contract

Active on Ethereum with 5,662 txns
Deployed by via 0x88f98d52 at 17922888
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SanFranTokyoGenesisPass"

0x16a2cdd441395295913f312699d564a9187e5a068ad2d624cb309907735b8961
0xdf19b3130adde2bb54058360e947e625d5035437486cb685808739472efd3184
0x4f170de1feb4ee94024fb41cdf47bcda9ad7adda04fba3c024eb6cfeef440afa
0x9fda675d967ed1eca6dc681f18b68d92209a9b8945b77c6941727e0dadfad9e1
0x3fffcc4b139d8c3d25c7b066bb4d3b0c47648cf7964207f013e9da02e488b101
0x7a633bdb29dfa90b0c3fadb213f440d8a55694e40a19ee584b0cf394f1bfd386
0x6cfe3f5d9a5937ff01b0e0f8dc0d6d432625c0b4a420acc5abcb8499aaf07b68
0xeb9db3092d5b0c01cd57b9702637a80ab36cee0a4a59e233ec6fdd1453fe89b5
0x0549bff13556573f18ececb9d8d7dd2c4219f0a64a54e48388304fe1b64d55b3
0xf5ebf48c9f44001ab8206573945623537ae3c3ecc2f65072b49b42b11c0d9de4

Functions
Getter at block 21281180
getBaseURI(view returns (string)
https://api.weebox.io/metadata/sanfrantokyogenesispass/
name(view returns (string)
SanFranTokyoGenesisPass
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0xc8722902029c44e3553d303dc5f8efab6650a452
symbol(view returns (string)
SFTGENESIS
totalMinted(view returns (uint256)
2000
totalSupply(view returns (uint256)
2000
treasuryMintedCount(view returns (uint256)
100
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
minters(addressview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addMinter(address minterAddress
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
mint(address touint256 quantity
registerForOperatorFiltering(address defaultFiltererSubscriptionbool subscribe
removeMinter(address minterAddress
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setOperatorFilteringEnabled(bool value
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
treasuryMint(uint256 quantity
treasuryMint(uint256 quantityaddress receiver
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TreasuryMint(address indexed recipientuint256 quantityuint256 fromIndex
Constructor
constructor(string namestring symboladdress defaultFiltererSubscription
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidMinter(address minter
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
ReachedMaxTotalSupply(
ReachedMaxTreasurySupply(
RegistryNotEnabled(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(