QuantumKeyRing
Verified contract
Active on
Ethereum with 4,194 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8c19…05a1
Balances ($0.00)
No balances found for "QuantumKeyRing"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21217739 | 6 days ago | | | 0 | 0.00028513841 | |
| 21205671 | 7 days ago | | | 0 | 0.00033034397 | |
| 21177564 | 11 days ago | | | 0 | 0.00082016352 | |
| 21059825 | a month ago | | | 0 | 0.00030852405 | |
| 21003675 | a month ago | | | 0 | 0.00027661064 | |
| 20999351 | a month ago | | | 0 | 0.00042622175 | |
| 20861961 | 2 months ago | | | 0 | 0.00025746511 | |
| 20861004 | 2 months ago | | | 0 | 0.00024570145 | |
| 20766446 | 2 months ago | | | 0 | 0.00010017988 | |
| 20766436 | 2 months ago | | | 0 | 0.00010741385 |
ABI
ABI objects
Getter at block 21257163
authority() view returns (address)
0x8c1927427eaaca6a64e238544adfb95451cc05a1
name() view returns (string)
QuantumKeyRing
owner() view returns (address)
0xc40a8b5a93e7e597b1ee60ac89d1ca0841f43132
symbol() view returns (string)
QKR
Read-only
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
keyCID(uint256) view returns (string)
keySupply(uint256) view returns (uint256)
ownerOf(uint256) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenIdToSkinId(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events applySkin(uint256 tokenId, uint256 skinId)
approve(address spender, uint256 id)
burn(uint256 tokenId)
make(address to, uint256 keyId, uint256 amount)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setAuthority(address newAuthority)
setBaseURI(string baseURI)
setCID(uint256 keyId, string cid)
setMinter(address minter)
setOwner(address newOwner)
setRoyaltyFee(uint256 fee)
setRoyaltyRecipient(address recipient)
transferFrom(address from, address to, uint256 id)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AuthorityUpdated(address indexed user, address indexed newAuthority)
OwnerUpdated(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address owner, address authority)
This contract contains no fallback and receive objects.
This contract contains no error objects.