MutantY00tsYachtClub
Verified contract
Active on
Ethereum with 4,055 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 "MutantY00tsYachtClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21184361 | 13 days ago | | | 0 | 0.0014218856 | |
| 21105967 | 24 days ago | | | 0 | 0.00024830933 | |
| 21105964 | 24 days ago | | | 0 | 0.00031673199 | |
| 21105954 | 24 days ago | | | 0 | 0.00030997334 | |
| 21105951 | 24 days ago | | | 0 | 0.00030291758 | |
| 21105948 | 24 days ago | | | 0 | 0.00031648276 | |
| 21105945 | 24 days ago | | | 0 | 0.00032086773 | |
| 21105908 | 24 days ago | | | 0 | 0.00031779030 | |
| 21105898 | 24 days ago | | | 0 | 0.00031245389 | |
| 21105895 | 24 days ago | | | 0 | 0.00028569036 |
ABI
ABI objects
Getter at block 21274471
maxFreePerWallet() view returns (uint256)
1
maxPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
10000
mintEnabled() view returns (bool)
true
name() view returns (string)
MutantY00tsYachtClub
owner() view returns (address)
0xe8029304c8d85c4c3aedc7348501091ff30357eb
price() view returns (uint256)
1000000000000000
symbol() view returns (string)
MYYC
totalFree() view returns (uint256)
8000
totalFreeMinted() view returns (uint256)
1850
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)
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
toggleMint()
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()
URIQueryForNonexistentToken()