VeeCon
Verified contract
Active on
Ethereum with 17,649 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 "VeeCon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257800 | 2 days ago | | | 0 | 0.00057586769 | |
| 21252593 | 2 days ago | | | 0 | 0.00073563083 | |
| 21251456 | 2 days ago | | | 0 | 0.00058383319 | |
| 21251450 | 2 days ago | | | 0 | 0.00055791351 | |
| 21248395 | 3 days ago | | | 0 | 0.00045626133 | |
| 21248393 | 3 days ago | | | 0 | 0.00066420412 | |
| 21216668 | 7 days ago | | | 0 | 0.00076355714 | |
| 21216663 | 7 days ago | | | 0 | 0.0015019251 | |
| 21211084 | 8 days ago | | | 0 | 0.00075197007 | |
| 21210099 | 8 days ago | | | 0 | 0.00053538493 |
ABI
ABI objects
Getter at block 21269316
currentYear() view returns (uint256)
2022
name() view returns (string)
VeeCon
owner() view returns (address)
0xef52b4480ea9419114f2353d75154490105a90ee
symbol() view returns (string)
VC
totalSupply() view returns (uint256)
10255
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numMintedByYear(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
ticketYearConfig(uint256) view returns (uint256 firstId, uint256 numTokens)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
tokensOfOwnerByYear(address _owner, uint256 year) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address to, uint256 tokenId)
freezeTokenURI(uint256 id)
freezeTokenURIBatch(uint256[] ids)
mintTicketsBatch(uint256 year, address[] addresses, uint256[] quantities)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseUri) returns (string)
setYearConfig(uint256 year, uint256 numTokens)
transferFrom(address from, address to, uint256 tokenId)
transferFromBatch(address from, address[] addresses, uint256[] tokenIds)
transferOwnership(address newOwner)
withdraw()
withdrawERC20(address token)
withdrawERC721(address token, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermanentURI(string _value, uint256 indexed _id)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initialBaseUri, string contractName, string contractSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.