Monkey Legends
Verified contract
Active on
Ethereum with 11,696 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb0dd…bb16
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GPML | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262450 | 3 days ago | | | 0 | 0.00033662124 | |
| 21171624 | 16 days ago | | | 0 | 0.0010880079 | |
| 21165619 | 17 days ago | | | 0 | 0.0020759184 | |
| 21133228 | 21 days ago | | | 0 | 0.00065126302 | |
| 21101591 | a month ago | | | 0 | 0.00022042020 | |
| 21071746 | a month ago | | | 0 | 0.00064689657 | |
| 21059631 | a month ago | | | 0 | 0.00025178514 | |
| 21037908 | a month ago | | | 0 | 0.00050783719 | |
| 21037299 | a month ago | | | 0 | 0.00097096281 | |
| 20997913 | a month ago | | | 0 | 0.00021930493 |
ABI
ABI objects
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(address) view returns (bool)
baepesBreedCount(string) view returns (uint256)
balanceOf(address owner) view returns (uint256)
findPos(uint256 _id, address addr) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isUnlocked(uint256 _id) view returns (bool)
locks(uint256, uint256) view returns (address)
ownerOf(uint256 tokenId) view returns (address)
peachUsed(string) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistClaimed(uint256, address) view returns (bool)
wukongsBreedCount(string) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
breed(string[] hashes, bytes sig)
claim(uint256 n)
clearLockId(uint256 _id, uint256 pos)
lock(uint256 _id)
mint(uint256 tier, bytes sig) payable
recoverERC20(address tokenAddress)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuthSigner(address _authSigner)
setBaseURI(string newURI)
setClaimPrice(uint256 _claimPrice)
setCurrentWhitelistTier(uint256 tier)
setMintPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlock(uint256 _id, uint256 pos)
updateApprovedContracts(address[] _contracts, bool[] _values)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AuthSignerSet(address indexed newSigner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _erc20Token, address _authSigner)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()