mutantgoblinape
Verified contract
Active on
Ethereum with 3,847 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 "mutantgoblinape"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20662543 | 2 months ago | | | 0 | 0.00010415433 | |
| 20533133 | 3 months ago | | | 0 | 0.00015165873 | |
| 20156308 | 5 months ago | | | 0 | 0.00013970375 | |
| 19787602 | 6 months ago | | | 0 | 0.00028211007 | |
| 19636168 | 7 months ago | | | 0 | 0.00054418590 | |
| 19516890 | 8 months ago | | | 0 | 0.00047481149 | |
| 18802990 | a year ago | | | 0 | 0.00089107578 | |
| 18080518 | a year ago | | | 0 | 0.00061079602 | |
| 17975517 | a year ago | | | 0 | 0.00065208808 | |
| 17969000 | a year ago | | | 0 | 0.0010295463 |
ABI
ABI objects
Getter at block 21205438
cost1() view returns (uint256)
0
cost2() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
soon
maxLimitPerWallet() view returns (uint256)
2
maxLimitPerWalletFree() view returns (uint256)
2
maxLimitPerWalletPayable() view returns (uint256)
10
maxMintAmountPerTx() view returns (uint256)
2
maxMintAmountPerTxFree() view returns (uint256)
2
maxMintAmountPerTxPayable() view returns (uint256)
8
maxTokenPurchasePerTx() view returns (uint256 _limitPerTx)
0
maxTokenPurchasePerWallet() view returns (uint256 _limitPerWallet)
0
name() view returns (string)
mutantgoblinape
owner() view returns (address)
0x40f6809204fc7601776dd4173f1fe43df1d59e23
price() view returns (uint256 _cost)
0
revealed() view returns (bool)
true
sale() view returns (bool)
true
supplyLimit() view returns (uint256)
7777
symbol() view returns (string)
mga
totalSupply() view returns (uint256)
7777
uri() view returns (string)
ipfs://QmRGs16aaTDTDbhznsXkwQTyjdZNdNR4by5Q3UZDpgrPf4/
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)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events Airdrop(uint256 _mintAmount, address _receiver)
Mint(uint256 _mintAmount) payable
approve(address to, uint256 tokenId)
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)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setRevealed(bool _state)
setSaleStatus(bool _sale)
setUriSuffix(string _uriSuffix)
setcost1(uint256 _cost1)
setcost2(uint256 _cost2)
setmaxLimitPerWallet(uint256 _maxLimitPerWallet)
setsupplyLimit(uint256 _supplyLimit)
seturi(string _uri)
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 _uri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()