Meta Colonialists Club
Verified contract
Active on
Ethereum with 925 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 "Meta Colonialists Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21308571 | 3 days ago | | | 0 | 0.0010471877 | |
| 19820519 | 7 months ago | | | 0 | 0.00026047619 | |
| 18587113 | a year ago | | | 0 | 0.0027675507 | |
| 18215650 | a year ago | | | 0 | 0.0016161906 | |
| 18036834 | a year ago | | | 0 | 0.0012190236 | |
| 17990418 | a year ago | | | 0 | 0.00089063004 | |
| 17289219 | 2 years ago | | | 0 | 0.0021895648 | |
| 17104974 | 2 years ago | | | 0 | 0.0022259604 | |
| 16720282 | 2 years ago | | | 0 | 0.0011709232 | |
| 16679924 | 2 years ago | | | 0 | 0.0014312397 |
ABI
ABI objects
Getter at block 21333190
getTotalSupply() view returns (uint256)
501
locked() view returns (bool)
false
maxPurchase() view returns (uint256)
2
maxSupply() view returns (uint256)
8872
mintPrice() view returns (uint256)
150000000000000000
name() view returns (string)
Meta Colonialists Club
owner() view returns (address)
0x1861e7d6a665834145a22f9663f53d09c5f4d263
presaleActive() view returns (bool)
false
publicSaleActive() view returns (bool)
false
raffleSaleActive() view returns (bool)
false
symbol() view returns (string)
MCC
totalSupply() view returns (uint256)
501
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)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
lockMetadata()
mint(uint256 _count) payable
modMint(uint256 _count, bytes32[] _proof)
ogPresaleMint(uint256 _count, bytes32[] _proof) payable
ownerMint(address _to, uint256 _count)
presaleMint(uint256 _count, bytes32[] _proof) payable
raffleMint(uint256 _count, bytes32[] _proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPurchase(uint256 _maxPurchase)
setMintPrice(uint256 _mintPrice)
setModRoot(bytes32 _root)
setOGWhitelistRoot(bytes32 _root)
setRaffleRoot(bytes32 _root)
setWhitelistRoot(bytes32 _root)
togglePresaleStatus()
toggleRafflesaleStatus()
toggleSaleStatus()
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)
PresaleActivation(bool isActive)
PublicSaleActivation(bool isActive)
RaffleSaleActivation(bool isActive)
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.