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 "copium"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14947501 | 3 years ago | | | 0 | 0.0014549386 | |
| 14942541 | 3 years ago | | | 0 | 0.00098811743 | |
| 14936927 | 3 years ago | | | 0 | 0.00097673780 | |
| 14936841 | 3 years ago | | | 0 | 0.00085950192 | |
| 14936381 | 3 years ago | | | 0 | 0.0017069303 | |
| 14936319 | 3 years ago | | | 0 | 0.0010008815 | |
| 14934558 | 3 years ago | | | 0 | 0.0038687785 | |
| 14933849 | 3 years ago | | | 0 | 0.0024730659 | |
| 14932639 | 3 years ago | | | 0 | 0.0059657822 | |
| 14932312 | 3 years ago | | | 0 | 0.0028206593 |
ABI
ABI objects
Getter at block 21428083
baseExtension() view returns (string)
.json
freeMintMax() view returns (uint256)
500
maxFreePerWallet() view returns (uint256)
1
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
1500
name() view returns (string)
copium
notRevealedUri() view returns (string)
ipfs://QmaBDaWBskxG9qpCbteVo5yj6ouWFPY2xsbPoH7vqwkk8B/
owner() view returns (address)
0x71e3b5963c0e0ae95c88a0718cabfc765b6494c7
paused() view returns (bool)
false
price() view returns (uint256)
5000000000000000
revealed() view returns (bool)
false
symbol() view returns (string)
COPIUM
totalSupply() view returns (uint256)
310
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address _owner) view returns (uint256)
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)
mint(uint256 count) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setFreeAmount(uint256 amount)
setMaxFreeMint(uint256 _max)
setMaxPaidPerTx(uint256 _max)
setMaxSupply(uint256 _max)
setNotRevealedURI(string _notRevealedURI)
setPause(bool _state)
setPrice(uint256 _price)
setfee(uint256 fee)
teamMint(uint256 _number)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
URIQueryForNonexistentToken()
freeMintIsOver()