Mutant Age Camel Club
Verified contract
Active on
Ethereum with 2,082 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 "Mutant Age Camel Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19156955 | 10 months ago | | | 0 | 0.00058952189 | |
| 19078874 | 10 months ago | | | 0 | 0.00031369988 | |
| 18895284 | a year ago | | | 0 | 0.00068230829 | |
| 18754024 | a year ago | | | 0 | 0.00061729865 | |
| 18754024 | a year ago | | | 0 | 0.00061729865 | |
| 18754023 | a year ago | | | 0 | 0.00052273183 | |
| 18753968 | a year ago | | | 0 | 0.00054776680 | |
| 18753958 | a year ago | | | 0 | 0.00064214008 | |
| 18753958 | a year ago | | | 0 | 0.00059432089 | |
| 18753955 | a year ago | | | 0 | 0.00055942178 |
ABI
ABI objects
Getter at block 21331025
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://meta.mutantagecamelclub.io/get.php?id=
cost() view returns (uint256)
100000000000000000
costWL() view returns (uint256)
80000000000000000
maxMintAmount() view returns (uint256)
15
maxSupply() view returns (uint256)
10000
name() view returns (string)
Mutant Age Camel Club
nftPerAddressLimit() view returns (uint256)
15
notRevealedUri() view returns (string)
ipfs://QmfYKwMhzoKC1MdJEp3GmVRqfKne53SWsZppJGCNFnvZ23/hidden.json
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0x08b3631c0f750985fb181116ffa64004aa63ad19
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
MACC
totalSupply() view returns (uint256)
1600
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRaribleV2Royalties(uint256 id) view returns (struct LibPartPart[])
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 id, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistedAddresses(uint256) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setNftPerAddressLimit(uint256 _limit)
setNotRevealedURI(string _notRevealedURI)
setOnlyWhitelisted(bool _state)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUsers(address[] _users)
withdraw() payable
withdrawToHolders(address[] holders, uint256[] shares) payable
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)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
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.