VFToken

Verified contract

Active on Ethereum with 828 txns
Deployed by via 0xd177963b at 17265355
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "VFToken"

0xdf3af7a3ff5af7fa1667c1e76c72f0d4104ddf36d32b9875c36fee7cecf2ead3
0xcd01afcd165eb966f51c032febbd1d04eae9717c5787fb7bef19293148631813
0x6df70dbd8ff115e2e2b4f77a1f1f7f9af87ba9fa756c7281cb3c657f81397b33
0x134a4c3bd2c9ccd1469a0220941389b72c0603d23b005f71dcc030a9f80dea36
0xc8f514cf97a7c0e1e765226f08222200abce9f9e53a9f4aa54dedcd1ba3fb18f
0xf37530b8a151da39be87e9884590b2543a8e52c09a0cf473661e05ecb795b7db
0xa71fc1c3fd29c4cb0d381c14bba049db2589df667fa1c7731b35b2a6fa50e3d9
0x93c50ee09f210c37d6335464d4df8cc364103ec952c4244b6eee93ae68865141
0x2a8bf441d8028877eaa72d3fc020ddf94063c1acb1de661fc5f19131a692ae33
0x2fbf7318e036eedae2400db4fe31c896b7dc00bfadd3fb4feb569201211be08a

Functions
Getter at block 21226109
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
getAdminRole(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getBurnerRole(view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
getMinterRoles(view returns (bytes32[])
[0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6, 0x754bdd95f883b7849b356f2bd96b616b97b41f09f925e6a50c4481c774134b26]
getRenderingContract(view returns (address)
0x0000000000000000000000000000000000000000
isBurnActive(view returns (bool)
false
isMintActive(view returns (bool)
true
mintingPermanentlyLocked(view returns (bool)
false
name(view returns (string)
Beeple X VeeFriends
owner(view returns (address)
0x3b19814dc43c47d3776ca665d0dfe3db37f7dfa5
symbol(view returns (string)
GG12
totalBurned(view returns (uint256)
0
totalMinted(view returns (uint256)
1110
totalSupply(view returns (uint256)
1110
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
renderingContractTokenURI(uint256 tokenIdview returns (string)
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)
State-modifying
airdrop(address[] addressesuint256[] quantitiesuint256 startTokenId
approve(address touint256 tokenId
burn(address fromuint256 tokenId
lockMintingPermanently(
mint(address touint256 tokenId
mintBatch(address touint8 quantityuint256 startTokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseUri
setControlContract(address controlContractAddress
setRenderingContract(address renderContractAddress
setRoyaltiesContract(address royaltiesContractAddress
toggleBurnActive(
toggleMintActive(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawMoney(
withdrawToken(address contractAddressaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string initialBaseUristring namestring symboladdress controlContractAddressaddress royaltiesContractAddressaddress renderingContractAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
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