VIBERS SKULLS
Verified contract
Active on
Ethereum with 502 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 "VIBERS SKULLS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16968885 | 2 years ago | | | 0 | 0.0018581093 | |
| 16888163 | 2 years ago | | | 0 | 0.00030684000 | |
| 16321784 | 2 years ago | | | 0 | 0.00084146322 | |
| 16304649 | 2 years ago | | | 0 | 0.00080684697 | |
| 16302753 | 2 years ago | | | 0 | 0.00084349094 | |
| 16302622 | 2 years ago | | | 0 | 0.00092800990 | |
| 16302622 | 2 years ago | | | 0 | 0.00092848745 | |
| 16301419 | 2 years ago | | | 0 | 0.00083245507 | |
| 16300756 | 2 years ago | | | 0 | 0.0011800085 | |
| 16300073 | 2 years ago | | | 0 | 0.00057142318 |
ABI
ABI objects
Getter at block 21322134
EXTRA_MINT_PRICE() view returns (uint256)
5000000000000000
MAX_FREE_SUPPLY() view returns (uint256)
2
MAX_PER_TRANSACTION_PLUS_ONE() view returns (uint256)
11
MAX_SUPPLY_PLUS_ONE() view returns (uint256)
1001
name() view returns (string)
VIBERS SKULLS
owner() view returns (address)
0x9ecb2bc157143ae7f691ffa2ccf8b1ffb7a74988
paused() view returns (bool)
false
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
VIBERS
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMintedCount(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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
collectReserves(address[] addresses, uint256 quantity)
configActualPrice(uint256 newnewPrice)
configMaxFreePrice(uint256 newPrice)
configtotalsupply(uint256 newsupply)
flipSale()
mint(uint256 _quantity) 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 _newBaseUri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()