CRYPTOBILIA
Verified contract
Active on
Ethereum with 4,585 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 "CRYPTOBILIA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20873292 | 2 months ago | | | 0 | 0.00061892104 | |
| 20748232 | 2 months ago | | | 0 | 0.00010092417 | |
| 20711750 | 2 months ago | | | 0 | 0.00013833201 | |
| 20655677 | 3 months ago | | | 0 | 0.000026876300 | |
| 20115539 | 5 months ago | | | 0 | 0.0014484784 | |
| 19866595 | 6 months ago | | | 0 | 0.00016732008 | |
| 19542307 | 8 months ago | | | 0 | 0.00066690153 | |
| 18907986 | a year ago | | | 0 | 0.00074196367 | |
| 18895073 | a year ago | | | 0 | 0.00075674704 | |
| 18703500 | a year ago | | | 0 | 0.00071613288 |
ABI
ABI objects
Getter at block 21224274
GIVEAWAY_MINTED() view returns (uint256)
220
GIVEAWAY_NFT() view returns (uint256)
220
MAX_BY_MINT_IN_TRANSACTION_PRESALE() view returns (uint256)
3
MAX_BY_MINT_IN_TRANSACTION_SALE() view returns (uint256)
10
MAX_MINT_PRESALE() view returns (uint256)
4780
MAX_MINT_SALE() view returns (uint256)
3
PRESALE_PRICE() view returns (uint256)
100000000000000000
SALE_MINTED() view returns (uint256)
4780
SALE_NFT() view returns (uint256)
4780
SALE_PRICE() view returns (uint256)
0
merkleRoot() view returns (bytes32)
0xb96e97e01534faa02ab21b86289049a3d85f955ca9cffb90333e8b5593a789b0
name() view returns (string)
CRYPTOBILIA
owner() view returns (address)
0x1b312baac2f4f0dad04a369edf8d70c52386e920
presaleEnable() view returns (bool)
false
saleEnable() view returns (bool)
true
symbol() view returns (string)
CRYPTOBILIA
totalSupply() view returns (uint256)
5000
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
users(address) view returns (uint256 presalemint, uint256 salemint)
State-modifying
Events approve(address to, uint256 tokenId)
mintGiveawayNFT(address[] _to, uint256[] _count)
mintPreSaleNFT(uint256 _count, bytes32[] merkleProof) payable
mintSaleNFT(uint256 _count) payable
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setPreSaleStatus(bool status)
setSaleStatus(bool status)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
updateGiveawaySupply(uint256 newSupply)
updateMerkleRoot(bytes32 newRoot)
updateMintLimitPerTransactionPreSale(uint256 newLimit)
updateMintLimitPerTransactionSale(uint256 newLimit)
updatePreSaleMintLimit(uint256 newLimit)
updatePreSalePrice(uint256 newPrice)
updateSaleMintLimit(uint256 newLimit)
updateSalePrice(uint256 newPrice)
updateSaleSupply(uint256 newSupply)
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.