VeeCon 2023 Tickets

Verified contract

Active on Ethereum with 3,934 txns
Deployed by via 0x559be4b8 at 16777544
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "VeeCon 2023 Tickets"

0x60ed71cdca9e4da5bda4b773e792a1c3e2afa157c0c37e9f3e37bb8443bc941c
0xf6f0d32ccabb675134342b0537c9b9d469561e79a040e34b2ee5934bf1f9759c
0x54a5703f2ef6134995ac251559866ce7590a815e5d1053b6685fe05e4720e2e5
0xdeb1134de07b847cfe353293c0328da43cdd9b9038fb095dde85c5a6d93e8fd3
0x4317c38a64294d6238c2aada1fd8c61cdadd1703072c38d9bdee6547b281538c
0xcdab8132783945aab32ce9f8b1c3258e7c6b26d2dd7edb0ff9eccbf44737c417
0x967a6a63f0eab03915ed5047dd4d1f7b7cb98430ef1038f1bc457f6fa87754cb
0x8551e51de4df81c58a50c163a129d45aff6305677492e9162d3c83f36e3570fb
0x404ea30da2a81f0832879ddd1bd20bb224ee0fb518513b55d7babd20097dc95d
0xcfefd672a791a6e84075ad6c6b657801034d73efeb7ee3ab2b5e19f9f21b204c

Functions
Getter at block 21207336
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
getAdminRole(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getBurnerRole(view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
getMinterRoles(view returns (bytes32[])
[0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6, 0x754bdd95f883b7849b356f2bd96b616b97b41f09f925e6a50c4481c774134b26]
isBurnActive(view returns (bool)
false
isMintActive(view returns (bool)
true
mintingPermanentlyLocked(view returns (bool)
false
name(view returns (string)
VeeCon 2023 Tickets
symbol(view returns (string)
VCT23
totalBurned(view returns (uint256)
0
totalMinted(view returns (uint256)
10255
totalSupply(view returns (uint256)
10255
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[] ownerTokens)
tokensOfOwnerIn(address owneruint256 startIndexuint256 endIndexview returns (uint256[] ownerTokens)
tokensOfUserIn(address useruint256 startIndexuint256 endIndexview returns (uint256[] userTokens)
userExpires(uint256 tokenIdview returns (uint256)
userOf(uint256 tokenIdview returns (address)
State-modifying
airdrop(address[] addressesuint256[] quantitiesuint256 startTokenId
approve(address touint256 tokenId
burn(address fromuint256 tokenId
lockMintingPermanently(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseUri
setControlContract(address controlContractAddress
setRoyaltiesContract(address royaltiesContractAddress
setSigner(address signer
setUser(uint256 tokenIdaddress useruint64 expiresstring orderIduint256 timestampbytes signature
setUserAdmin(uint256 tokenIdaddress useruint64 expires
toggleBurnActive(
toggleMintActive(
transferFrom(address fromaddress touint256 tokenId
withdrawMoney(
withdrawToken(address contractAddressaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
UpdateUser(uint256 indexed tokenIdaddress indexed useruint64 expires
Constructor
constructor(string initialBaseUristring namestring symboladdress controlContractAddressaddress royaltiesContractAddressaddress signer
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC4907VFInvalidSignature(
ERC4907VFTransactionExpired(
ERC4907VFTransferCallerIsNotOwnerNorApproved(
ERC721VFAddressAndQuantitiesNeedToBeEqualLength(
ERC721VFAddressZeroIsNotAValidOwner(
ERC721VFApprovalToCurrentOwner(address touint256 tokenId
ERC721VFApproveCallerIsNotTokenOwnerOrApprovedForAll(address touint256 tokenId
ERC721VFApproveToCaller(
ERC721VFBurnCallerIsNotTokenOwnerOrApproved(address fromuint256 tokenId
ERC721VFBurnIsNotActive(
ERC721VFCallerIsNotTokenOwnerOrApproved(address fromaddress touint256 tokenId
ERC721VFInvalidTokenID(uint256 tokenId
ERC721VFMintIsNotActive(
ERC721VFMintToTheZeroAddress(
ERC721VFMintingPermanentlyLocked(
ERC721VFTokenAlreadyMinted(uint256 tokenId
ERC721VFTransferFromIncorrectOwner(address fromuint256 tokenId
ERC721VFTransferToNonERC721VFReceiverImplementer(address touint256 tokenId
ERC721VFTransferToTheZeroAddress(
OperatorNotAllowed(address operator