Mutated Moon Ape
Verified contract
Active on
Ethereum with 5,780 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x93c7…eaf4 | ERC-1555 | 4.91K | -- | -- | |
0x93c7…eaf4 | ERC-1555 | 4.6K | -- | -- | |
0x93c7…eaf4 | ERC-1555 | 1.62K | -- | -- | |
0x495f…7b5e (#97108271336729103389675734830992699544329288565812912660810364467083848197904) | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241186 | 5 days ago | | | 0 | 0.00039987554 | |
| 21152974 | 17 days ago | | | 0 | 0.0012444838 | |
| 21152162 | 17 days ago | | | 0 | 0.00051652701 | |
| 21041662 | a month ago | | | 0 | 0.00037291965 | |
| 21040990 | a month ago | | | 0 | 0.00063725573 | |
| 21018933 | a month ago | | | 0 | 0.00046314888 | |
| 21014989 | a month ago | | | 0 | 0.00053201589 | |
| 21011004 | a month ago | | | 0 | 0.00034467783 | |
| 21004107 | a month ago | | | 0 | 0.00047964442 | |
| 20936266 | 2 months ago | | | 0 | 0.00098622428 |
ABI
ABI objects
Getter at block 21275868
APES() view returns (address)
0x34c4eba1966b502dfcf0868b6f271d85cc8a2312
CRYPTO_COLA() view returns (address)
0x93c711fec5d1341d432f1e32adbecbd8b2c8eaf4
MAL() view returns (address)
0x65fd5d7ea09459c932aa70eba22548cd16283c93
MAX_SUPPLY() view returns (uint256)
18000
STAKING() view returns (address)
0x00a103267a22971375c3c37d6e1f1bdfb548e946
apeOwnershipRequired() view returns (bool)
true
breedingPrice() view returns (uint256)
5000000000000000000000
name() view returns (string)
Mutated Moon Ape
owner() view returns (address)
0x735874c07646520878776ad20e7418dcd3aa48cc
saleIsActive() view returns (bool)
false
symbol() view returns (string)
MAL_MUTANT
totalSupply() view returns (uint256)
11130
Read-only
authorisedLog(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBreedingTypeSupply(uint8 breedingType) view returns (uint256)
getNewTokenId(uint8 _breedingType) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
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)
authorise(address addressToAuth)
changeMaxSupply(uint256 newSupply)
purchase(uint256 _cryptoColaToken, uint256 amount)
renounceOwnership()
reserveForGiveaways(uint256 breedingType, uint256 breedsToMint)
reveal(string _revealUri)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFormula(uint256[] _cryptoColaTypes, uint256[] _breedingTypes, uint256[] _maxSupplies)
setMaxSupplies(uint256[] _breedingTypes, uint256[] _maxSupplies)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unauthorise(address addressToUnAuth)
updateBreedingPrice(uint256 _newPrice)
updateSaleStatus(bool status)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BreedingMinted(address indexed mintedBy, uint256 breedType, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _apes, address _staking, address _mal, address _cryptocola)
This contract contains no fallback and receive objects.
This contract contains no error objects.