MutantApeGangClub
Verified contract
Active on
Ethereum with 3,236 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 "MutantApeGangClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21119841 | 13 days ago | | | 0 | 0.00013207854 | |
| 21090922 | 17 days ago | | | 0 | 0.00019888547 | |
| 21046717 | 24 days ago | | | 0 | 0.00026938177 | |
| 21027477 | a month ago | | | 0 | 0.00031845956 | |
| 21027319 | a month ago | | | 0 | 0.00038947849 | |
| 21020558 | a month ago | | | 0 | 0.00031519056 | |
| 21019554 | a month ago | | | 0 | 0.00035070587 | |
| 21006025 | a month ago | | | 0 | 0.00034062192 | |
| 21004597 | a month ago | | | 0 | 0.00030007908 | |
| 20998803 | a month ago | | | 0 | 0.00036726252 |
ABI
ABI objects
Getter at block 21215531
maxFreeSupply() view returns (uint256)
5300
maxPerFree() view returns (uint256)
2
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
10000
name() view returns (string)
MutantApeGangClub
owner() view returns (address)
0x47bac4a9143a0723c95018e718fffbe708df6252
paused() view returns (bool)
false
revealed() view returns (bool)
true
salePrice() view returns (uint256)
1000000000000000
symbol() view returns (string)
MAGC
totalSupply() view returns (uint256)
10000
uriSuffix() view returns (string)
.json
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 airdrop(address _to, uint256 _quantity)
approve(address to, uint256 tokenId)
preMint(uint256 quantity) payable
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setPaused(bool _state)
setRevealed(bool _state)
setSalePrice(uint256 _salePrice)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setmaxFreeSupply(uint256 _maxFreeSupply)
setmaxPerFree(uint256 _maxPerFree)
setmaxPerTx(uint256 _maxPerTx)
setmaxSupply(uint256 _maxSupply)
teamMint(uint256 quantity)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.