Monkey Legends

Verified contract

Active on Ethereum with 11,696 txns
Deployed by via 0x4488c8a7 at 14487303
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable
 (#1580)
ERC-721
--
0x503b36057a301aa57c9aab9b9d520bdc34be7a338ae6d2cbd80565023f32cdb6
0x1ab2ef52fd1177c93263766f16239cb22f721650681ed2af58bd108ac5540883
0x589ec5f805fd55387e84e263a325df53345cb043a2234fcf4bdb72e25245dcd3
0xef959b205a8813172bba8d19f193b9cb965b71207c22c116c6e370b59d924ee5
0x0d3b569e6f98af2011a8ced78f8db0d17ea544ae821a901d284f442a10d02b73
0xade6c5709dd22fa127d4188fcb362d325d51a8e6beaa6caf091b5f00b79d0408
0xe57e0b43999d2ed600163912a57b4298dec8a523d94a3de95823d31493f5360a
0x4ce6c9d254f0853c4d7c30331e32eec744697b80438d27f174f1077a2d1b1bcc
0xe44101f0cdcd825a4cb5727178ae9e515a748c4d08c0f71628e7c8bb2f724626
0xbdab60b1039acd24aca683016266c88851bba5ed72602c95811458f61b694ab1

Functions
Getter at block 21286967
MAX_BREED(view returns (uint256)
4442
MAX_CLAIMABLE(view returns (uint256)
1558
MAX_SUPPLY(view returns (uint256)
10000
MAX_WHITELIST_MINT(view returns (uint256)
4000
NUM_RESERVED(view returns (uint256)
11
authSigner(view returns (address)
0x57ffb13ecca4dfac5e5d81b3512e04b8664f8de6
baseURI(view returns (string)
https://meta.monkeykingdom.io/3/
claimPrice(view returns (uint256)
0
currentWhitelistTier(view returns (uint256)
2
mintPrice(view returns (uint256)
300000000000000000
name(view returns (string)
Monkey Legends
numBreeded(view returns (uint256)
2561
numClaimed(view returns (uint256)
0
numMinted(view returns (uint256)
4000
owner(view returns (address)
0xbb5d8cf5ad489d964e49d0354b41a323c1546aa7
peach(view returns (address)
0xb0dd2cf11d0787146520ab39fbdc382f78dabb16
symbol(view returns (string)
MKL
totalSupply(view returns (uint256)
6572
Read-only
approvedContract(addressview returns (bool)
baepesBreedCount(stringview returns (uint256)
balanceOf(address ownerview returns (uint256)
findPos(uint256 _idaddress addrview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isUnlocked(uint256 _idview returns (bool)
locks(uint256uint256view returns (address)
ownerOf(uint256 tokenIdview returns (address)
peachUsed(stringview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whitelistClaimed(uint256addressview returns (bool)
wukongsBreedCount(stringview returns (uint256)
State-modifying
approve(address touint256 tokenId
breed(string[] hashesbytes sig
claim(uint256 n
clearLockId(uint256 _iduint256 pos
lock(uint256 _id
mint(uint256 tierbytes sigpayable 
recoverERC20(address tokenAddress
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setAuthSigner(address _authSigner
setBaseURI(string newURI
setClaimPrice(uint256 _claimPrice
setCurrentWhitelistTier(uint256 tier
setMintPrice(uint256 _price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unlock(uint256 _iduint256 pos
updateApprovedContracts(address[] _contractsbool[] _values
withdrawAll(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
AuthSignerSet(address indexed newSigner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _erc20Tokenaddress _authSigner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(