vFootballs
Verified contract
Active on
Ethereum with 38 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 "vFootballs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18301023 | a year ago | | | 0 | 0.00022000000 | |
| 16461582 | 2 years ago | | | 0 | 0.00070870313 | |
| 16289628 | 2 years ago | | | 0 | 0.00073235697 | |
| 16223760 | 2 years ago | | | 0 | 0.00053394631 | |
| 16201257 | 2 years ago | | | 0 | 0.0011078569 | |
| 16199464 | 2 years ago | | | 0 | 0.00046454487 | |
| 16197911 | 2 years ago | | | 0 | 0.0030458794 | |
| 16197484 | 2 years ago | | | 0 | 0.0025603034 | |
| 16196053 | 2 years ago | | | 0 | 0.0013332998 | |
| 16193613 | 2 years ago | | | 0 | 0.00064738716 |
ABI
ABI objects
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 owner) view returns (uint256)
calcTotal(uint256 count) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 count)
approve(address to, uint256 tokenId) payable
mint(uint256 count) payable
renounceOwnership()
reveal(string uri)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setHiddenURL(string uri)
setSaleStatus(uint8 status)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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)
constructor(string hiddenUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()