vFootballs

Verified contract

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

No balances found for "vFootballs"

0x0e3ae66bf908b374279e861ec0f943d7f1dddfa64439b1cd9422b4ae89134b73
0x341917b3dfef1b2a5701a242e209d6466fde2d673f72724a62e881863d73332c
0x05bda9999ed3e9f403fd3738d0750db6c7ef8fa3cdbc677a4b6667cd601bd4e5
0x2279942d6404dad52d1cd171b3640ca3f8f50e1293b048003f0be405e5f38cd5
0xbc322e4c5f87bd8c5194852075b47e01bdf6cbc0d166a44a69e097a15eed9701
0x7f8b344d0d032b461aa3a3bae3e627d44832f6a4348433e4219df918df8d1bf0
0x1fde3466fac43e5bb75a25c5ba6ea60d9acffd8b138f74481205167e82eaba70
0x42dd3031a9ad1c3f3e5c7b5de6cb76324d533b48e0859ade92500d031335d44b
0xc5c290745e9f820369cd314a39cecfefb8078217ad9484fb78d4063f61d61674
0xd469ac92443f54c914fb4e9e57e4931188eb3b626380967cb6ba694ce9497264

Functions
Getter at block 21225570
COLLECTION_SIZE(view returns (uint256)
5000
MINT_PRICE(view returns (uint256)
0
TOKENS_PER_TRAN_LIMIT(view returns (uint256)
20
name(view returns (string)
vFootballs
owner(view returns (address)
0x9c15801ca37d711c104ea3df16ff435ff52c5096
saleStatus(view returns (uint8)
1
symbol(view returns (string)
vball
totalSupply(view returns (uint256)
380
Read-only
balanceOf(address ownerview returns (uint256)
calcTotal(uint256 countview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 count
approve(address touint256 tokenIdpayable 
mint(uint256 countpayable 
renounceOwnership(
reveal(string uri
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setHiddenURL(string uri
setSaleStatus(uint8 status
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
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
Constructor
constructor(string hiddenUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(