Mutant Bits Yacht Club
Verified contract
Active on
Ethereum with 4,176 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 Bits Yacht Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102392 | 10 days ago | | | 0 | 0.00012458642 | |
| 19839609 | 6 months ago | | | 0 | 0.00020844494 | |
| 18923695 | 10 months ago | | | 0 | 0.00065964757 | |
| 18730079 | a year ago | | | 0 | 0.0028140396 | |
| 18203380 | a year ago | | | 0 | 0.00017827007 | |
| 18203368 | a year ago | | | 0 | 0.00016960799 | |
| 18199713 | a year ago | | | 0 | 0.00047087882 | |
| 18058660 | a year ago | | | 0 | 0.00024997214 | |
| 18024205 | a year ago | | | 0 | 0.00093029917 | |
| 17948596 | a year ago | | | 0 | 0.00075928406 |
ABI
ABI objects
Getter at block 21171371
FREE_MAX_SUPPLY() view returns (uint256)
10000
MAX_PER_TX() view returns (uint256)
10
MAX_PER_TX_FREE() view returns (uint256)
4
MAX_SUPPLY() view returns (uint256)
10000
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://Qmb1VW95gvqyW3Km3m1KzdJPAdp4Uagedq3ixt97S1Rjuf/
contractURI() view returns (string)
ipfs://Qmb3G5mGJ9AsQN7dqoCqidLSuPUzKasq2RFDVYE4G2skQR
name() view returns (string)
Mutant Bits Yacht Club
owner() view returns (address)
0xeecd16f638790a4d6ac7908a68c60ef42a290556
paused() view returns (bool)
false
price() view returns (uint256)
3000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
MBYC
totalSupply() view returns (uint256)
10000
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)
collect()
configFREE_MAX_SUPPLY(uint256 newFreesupply)
configMAX_SUPPLY(uint256 newSupply)
configPrice(uint256 newPrice)
mint(uint256 _amount) payable
pause(bool _state)
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_)
setContractURI(string _contractURI)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()