SanFranTokyoGenesisPass
Verified contract
Active on
Ethereum with 5,662 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 "SanFranTokyoGenesisPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21277375 | 13 hours ago | | | 0 | 0.00051945099 | |
| 21268668 | 2 days ago | | | 0 | 0.00046801966 | |
| 21268077 | 2 days ago | | | 0 | 0.00050124037 | |
| 21263003 | 3 days ago | | | 0 | 0.00048547125 | |
| 21248589 | 5 days ago | | | 0 | 0.00064515360 | |
| 21244774 | 5 days ago | | | 0 | 0.00091803421 | |
| 21233926 | 7 days ago | | | 0 | 0.00098041593 | |
| 21227702 | 7 days ago | | | 0 | 0.00039395573 | |
| 21227683 | 7 days ago | | | 0 | 0.00039517129 | |
| 21223903 | 8 days ago | | | 0 | 0.0014093846 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minters(address) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMinter(address minterAddress)
approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
mint(address to, uint256 quantity)
registerForOperatorFiltering(address defaultFiltererSubscription, bool subscribe)
removeMinter(address minterAddress)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setOperatorFilteringEnabled(bool value)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
treasuryMint(uint256 quantity, address receiver)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TreasuryMint(address indexed recipient, uint256 quantity, uint256 fromIndex)
constructor(string name, string symbol, address defaultFiltererSubscription)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidMinter(address minter)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ReachedMaxTotalSupply()
ReachedMaxTreasurySupply()
RegistryNotEnabled()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()