Venzor Warriors
Verified contract
Active on
Ethereum with 634 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 "Venzor Warriors"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16606138 | 2 years ago | | | 0 | 0.00058562014 | |
| 16606138 | 2 years ago | | | 0 | 0.0010491416 | |
| 16355657 | 2 years ago | | | 0 | 0.00077512951 | |
| 15605155 | 2 years ago | | | 0 | 0.00034156870 | |
| 15558109 | 2 years ago | | | 0 | 0.00017362133 | |
| 15536633 | 2 years ago | | | 0 | 0.00033739200 | |
| 15526384 | 2 years ago | | | 0 | 0.00026738427 | |
| 15525598 | 2 years ago | | | 0 | 0.00028919831 | |
| 15523675 | 2 years ago | | | 0 | 0.00033891220 | |
| 15523675 | 2 years ago | | | 0 | 0.00033891220 |
ABI
ABI objects
Getter at block 21315425
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://bafybeihy3ilxlckyqhkafni6udybkeib2pqzbrub32lhdq6up25u4yocfy/
contractURI() view returns (string)
ipfs://bafybeihy3ilxlckyqhkafni6udybkeib2pqzbrub32lhdq6up25u4yocfy/
freemints() view returns (uint256)
666
freepertx() view returns (uint256)
1
max_per_tx() view returns (uint256)
10
maxsupply() view returns (uint256)
666
name() view returns (string)
Venzor Warriors
owner() view returns (address)
0xfb78229ee4c345e7276a99c723c5dffe9026339d
paused() view returns (bool)
false
price() view returns (uint256)
5000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
VW
totalSupply() view returns (uint256)
666
Read-only
balanceOf(address owner) 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 approve(address to, uint256 tokenId)
burn(uint256 newSupply)
changetofree(uint256 newFreesupply)
configPrice(uint256 newPrice)
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelist()
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()