Mutant Bits Yacht Club
Verified contract
Active on
Ethereum with 2,754 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,429.75)
Native
Value
$1,429.75
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.39 | $3,666.02 |
$1,429.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20998019 | a month ago | | | 0 | 0.00023444100 | |
| 20521843 | 4 months ago | | | 0 | 0.00020636532 | |
| 20521757 | 4 months ago | | | 0 | 0.00019793546 | |
| 20294627 | 5 months ago | | | 0 | 0.000073276673 | |
| 20198376 | 5 months ago | | | 0 | 0.00013055615 | |
| 19950445 | 6 months ago | | | 0 | 0.00014702901 | |
| 18979740 | a year ago | | | 0 | 0.0019391435 | |
| 18979740 | a year ago | | | 0 | 0.0033849642 | |
| 18956983 | a year ago | | | 0 | 0.0013853383 | |
| 18949891 | a year ago | | | 0 | 0.00099364092 |
ABI
ABI objects
Getter at block 21315833
NUM_MEGA_MUTANTS() view returns (uint256)
8
PS_MAX_MUTANTS() view returns (uint256)
10000
PS_MAX_MUTANT_PURCHASE() view returns (uint256)
20
SERUM_MUTATION_OFFSET() view returns (uint256)
10000
mutantPrice() view returns (uint256)
30000000000000000
name() view returns (string)
Mutant Bits Yacht Club
numMutantsMinted() view returns (uint256)
203
owner() view returns (address)
0xefffc114d67d1758f2d49c8c589fe96c4ebc6912
publicSaleActive() view returns (bool)
true
serumMutationActive() view returns (bool)
true
symbol() view returns (string)
MBYC
totalApesMutated() view returns (uint256)
2891
totalSupply() view returns (uint256)
3094
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMutantIdForApeAndSerumCombination(uint256 apeId, uint8 serumTypeId) view returns (uint256)
hasApeBeenMutatedWithType(uint8 serumType, uint256 apeId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinted(uint256 tokenId) 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)
State-modifying
Events approve(address to, uint256 tokenId)
mintMutants(uint256 numMutants) payable
mintMutantsByTeam(uint256 numMutants)
mutateApeWithSerum(uint256 serumTypeId, uint256 apeId)
mutateMultipleWithSerum(uint256 serumTypeId, uint256[] apeIds)
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)
setMutantPrice(uint256 newPrice)
togglePublicSaleActive()
toggleSerumMutationActive()
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 name, string symbol, address bbycAddress, address bbccAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.