VarbarianCollection
Verified contract
Active on
Ethereum with 1,051 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 "VarbarianCollection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21169035 | 21 days ago | | | 0 | 0.0010234406 | |
| 20831495 | 2 months ago | | | 0 | 0.00028077791 | |
| 20616947 | 3 months ago | | | 0 | 0.000018269074 | |
| 20609622 | 3 months ago | | | 0 | 0.000046693185 | |
| 20581353 | 3 months ago | | | 0 | 0.000029317817 | |
| 20581240 | 3 months ago | | | 0 | 0.000023295247 | |
| 20230756 | 5 months ago | | | 0 | 0.000086039238 | |
| 19790868 | 7 months ago | | | 0 | 0.00035998089 | |
| 18904250 | a year ago | | | 0 | 0.00071967938 | |
| 18904221 | a year ago | | | 0 | 0.00061929714 |
ABI
ABI objects
Getter at block 21317150
mintPrice() view returns (uint256)
50000000000000000
name() view returns (string)
VarbarianCollection
nextOwnerToExplicitlySet() view returns (uint256)
0
numberOfToken() view returns (uint256)
1500
owner() view returns (address)
0xa16f7b4d40d243d12339b24568b3f8b52dd5ebad
publicSaleEnabled() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
VARBARIAN
totalSupply() view returns (uint256)
1501
whitelistSaleEnabled() view returns (bool)
false
wlmintPrice() view returns (uint256)
35000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address address_, bytes32[] proof_) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
psMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _address) view returns (uint256[])
wlMinted(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
giveawayMint(uint256 _amount, address _address)
publicMint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri_)
setMerkleRoot(bytes32 merkleRoot_)
setPrice(uint256 newPrice)
setPublicSale(bool bool_)
setWhitelistSale(bool bool_)
sethiddenBaseURI(string uri_)
setreveal(bool bool_)
setwlPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _amount, bytes32[] proof_) payable
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.
This contract contains no error objects.