CaniSpacien NFT
Verified contract
Active on
Ethereum with 2,545 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 "CaniSpacien NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19931686 | 6 months ago | | | 0 | 0.00062401175 | |
| 19798749 | 6 months ago | | | 0 | 0.00020257893 | |
| 19798740 | 6 months ago | | | 0 | 0.00032830176 | |
| 19449748 | 8 months ago | | | 0 | 0.0021598378 | |
| 19213135 | 9 months ago | | | 0 | 0.0023355464 | |
| 19095114 | 10 months ago | | | 0 | 0.00058281924 | |
| 17982198 | a year ago | | | 0 | 0.00060392435 | |
| 17820828 | a year ago | | | 0 | 0.0017184641 | |
| 17537808 | a year ago | | | 0 | 0.00077120187 | |
| 17208012 | 2 years ago | | | 0 | 0.0021117832 |
ABI
ABI objects
Getter at block 21215304
_MaxTotalSupply() view returns (uint32)
4444
_baseCaniSpacienURL() view returns (string)
https://ipfs.io/ipfs/QmcPCk6Vgci12EcPaADbvKdc8qjeS7rS4YC65Wmxy8qXoV/
_maximum_tokens_per_transaction() view returns (uint32)
2
isSaleOpen() view returns (bool)
false
name() view returns (string)
CaniSpacien NFT
owner() view returns (address)
0x20c367be63c52c4df49b2ab56534b98c0ef7b829
symbol() view returns (string)
CaniSpacien
totalSupply() view returns (uint256)
4444
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 tokenId)
change_MaxTokensTransaction(uint32 tpt) returns (uint32)
change_baseURL(string _url) returns (string)
mintToken(uint256 num)
renounceOwnership()
safeMint(uint256 num)
safeMintTo(address to, uint256 num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setupMainSale(bool isOpen) returns (bool)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.