Consortium Key
Verified contract
Active on
Ethereum with 7,423 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 "Consortium Key"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283685 | 2 hours ago | | | 0 | 0.00034454249 | |
| 21283441 | 3 hours ago | | | 0 | 0.00066176094 | |
| 21275209 | a day ago | | | 0 | 0.00033149315 | |
| 21273132 | 2 days ago | | | 0 | 0.00087756901 | |
| 21267968 | 2 days ago | | | 0 | 0.00071090780 | |
| 21265227 | 3 days ago | | | 0 | 0.00062864497 | |
| 21265071 | 3 days ago | | | 0 | 0.00093632200 | |
| 21239664 | 6 days ago | | | 0 | 0.00058189320 | |
| 21230271 | 8 days ago | | | 0 | 0.0014963653 | |
| 21215218 | 10 days ago | | | 0 | 0.0010665533 |
ABI
ABI objects
Getter at block 21284290
allowListMinted() view returns (uint256)
457
allowListSupply() view returns (uint256)
1372
baseURI() view returns (string)
ipfs://QmWCuWfkVJMa3P6wFWtUkPMpkn91GNDjaEUzsyPG8dMJy2/
burnoffSaleIsActive() view returns (bool)
true
initialSaleIsActive() view returns (bool)
false
maxSaleMint() view returns (uint256)
1
mintPriceAllowLInitial() view returns (uint256)
440000000000000000
mintPriceBurnOff() view returns (uint256)
1130000000000000000
mintPricePublicInitial() view returns (uint256)
690000000000000000
name() view returns (string)
Consortium Key
owner() view returns (address)
0xfebac4a41d06bb5980428a831c13571f096c8f38
publicINitialMinted() view returns (uint256)
47
publicInitialSupply() view returns (uint256)
628
symbol() view returns (string)
CK
totalMinted() view returns (uint256)
2000
totalSupply() view returns (uint256)
2000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasAllowList(address _addy) view returns (bool)
hasMinted(address _addy) view returns (bool)
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)
mint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowList(address[] addresses)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
toggleBurnoffSaleState()
toggleInitialSaleState()
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(string _name, string _symbol, string _baseTokenURI, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.