Canamigos
Verified contract
Proxy
Active on
Ethereum with 82 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 48 additional slots
3 additional
variables
Balances ($0.02)
Native
Value
$0.02
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000005 | $3,266.68 |
$0.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17348457 | a year ago | | | 0 | 0.0010891326 | |
| 17014358 | 2 years ago | | | 0 | 0.00095299477 | |
| 17014357 | 2 years ago | | | 0 | 0.00097073445 | |
| 17010870 | 2 years ago | | | 0 | 0.0010444019 | |
| 17010844 | 2 years ago | | | 0 | 0.0011587887 | |
| 17010827 | 2 years ago | | | 0 | 0.0011976141 | |
| 17010825 | 2 years ago | | | 0 | 0.0018806716 | |
| 17010825 | 2 years ago | | | 0 | 0.0012700538 | |
| 17010823 | 2 years ago | | | 0 | 0.0014180558 | |
| 17010822 | 2 years ago | | | 0 | 0.0013715264 |
ABI
ABI objects
Getter at block 21171657 contractURI() view returns (string)
IS_PUBLIC_MINTING_OPEN() view returns (bool)
true
MAX_MINTS_PER_WALLET() view returns (uint256)
100
MINT_FEE() view returns (uint256)
0
ammountWithdrawn() view returns (uint256)
108000000000000000
lockBaseUri() view returns (bool)
false
name() view returns (string)
Canamigos
owner() view returns (address)
0xa367baef7ba3e3d94b3df11767674c74223d27f9
placeholderImage() view returns (string)
remaining() view returns (uint256)
0
reserve() view returns (uint256)
0
royaltyBasis() view returns (uint256)
500
symbol() view returns (string)
CANA
totalSupply() view returns (uint256)
3333
version() pure returns (string)
2.0.2
Read-only
accountMintCount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintsUsed(address account) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isTokenAvailable(uint256 tokenID) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 quantity)
airdrop(address[] to)
approve(address to, uint256 tokenId)
changeBaseUri(string baseURI_)
changeMintFee(uint256 mintFee_)
changeMintLimit(uint256 mintLimit_)
changePlaceholderImage(string placeholderImage_)
initialize(string name_, string symbol_, string baseURI_, address ownerAddress_, uint256 mintFee_, uint256 size_, address whiteListSignerAddress_, uint256 mintLimit_, uint256 royaltyBasis_, string placeholderImage_)
mint(uint256 quantity) payable
mintTo(address recipient, uint256 quantity) payable
mintWithSignature(bool isFree, address to, uint256 customFee, uint256 limit, uint256 quantity, bytes signature) payable
permanentlyLockBaseUri()
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
togglePublicMinting()
transferBalance(address to, uint256 ammount)
transferERC20Balance(address erc20ContractAddress, address to, uint256 ammount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateReserveAmmount(uint256 ammount)
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)
This contract contains no constructor objects.
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()