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 "MKNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15329339 | 2 years ago | | | 0 | 0.00091464182 | |
| 15329332 | 2 years ago | | | 0 | 0.00091464182 | |
| 15329330 | 2 years ago | | | 0 | 0.00091464182 | |
| 15329329 | 2 years ago | | | 0 | 0.00091464182 | |
| 15329328 | 2 years ago | | | 0 | 0.00091464182 | |
| 15329326 | 2 years ago | | | 0 | 0.00091464182 | |
| 15329325 | 2 years ago | | | 0 | 0.00091464182 | |
| 15329324 | 2 years ago | | | 0 | 0.00091464182 | |
| 15329322 | 2 years ago | | | 0 | 0.00091464182 | |
| 15329321 | 2 years ago | | | 0 | 0.00091464182 |
ABI
ABI objects
Getter at block 21315884
contractURI() view returns (string)
https://firebasestorage.googleapis.com/v0/b/cadence-5403d.appspot.com/o/contract%2Fcontract.json?alt=media&token=c6464166-39ab-46df-87a3-7d15eb4b9835
name() view returns (string)
Monkey King
owner() view returns (address)
0xf0b67339ee488bceb4b0026399d1f68f312020f6
symbol() view returns (string)
MONKEYKING
Read-only
balanceOf(address owner) view returns (uint256)
checkPassword(uint256 tokenId, string _password) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
createToken(uint256 tokenId, string _password, string tokenURI) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _contractURI)
setPasswordHash(uint256 tokenId, bytes32 _hash)
setRoyaltyInfo(address _receiver, uint96 _royaltyFee)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(address marketplaceAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.