MutantGoblinYachtClub
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 ($7.54)
Native
Value
$7.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0021 | $3,588.61 |
$7.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18743872 | a year ago | | | 0 | 0.0010286592 | |
| 18743836 | a year ago | | | 0 | 0.0024578418 | |
| 16903831 | 2 years ago | | | 0 | 0.00075279658 | |
| 16903810 | 2 years ago | | | 0 | 0.00077955319 | |
| 16652867 | 2 years ago | | | 0 | 0.0012248517 | |
| 15287628 | 2 years ago | | | 0 | 0.00031135960 | |
| 15254674 | 2 years ago | | | 0 | 0.00019790680 | |
| 15113034 | 2 years ago | | | 0 | 0.00019265613 | |
| 14919642 | 2 years ago | | | 0 | 0.00076254942 | |
| 14864804 | 2 years ago | | | 0 | 0.00063792460 |
ABI
ABI objects
Getter at block 21291231
baseURI() view returns (string)
ipfs://QmRfEaiGRAPjTsytCdtZt3KXGXJNutFSPKFhJcePHw2212/hidden.json
mintRate() view returns (uint256)
0
name() view returns (string)
MutantGoblinYachtClub
owner() view returns (address)
0xce78cd34258620d101f37f19c778252605901d07
symbol() view returns (string)
MGYC
totalSupply() view returns (uint256)
9999
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(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)
setMintRate(uint256 _mintRate)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() 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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()