QuantumKeyMaker
Verified contract
Active on
Ethereum with 1,294 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8c19…05a1
0x9705…2bb3
Balances ($0.00)
No balances found for "QuantumKeyMaker"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16250130 | 2 years ago | | | 0 | 0.0015552247 | |
| 16250121 | 2 years ago | | | 0 | 0.0011652543 | |
| 15577235 | 2 years ago | | | 0 | 0.0016577489 | |
| 15577213 | 2 years ago | | | 0 | 0.0012162150 | |
| 15577210 | 2 years ago | | | 0 | 0.0013913051 | |
| 15577208 | 2 years ago | | | 0 | 0.0014024407 | |
| 15577205 | 2 years ago | | | 0 | 0.0012773708 | |
| 15577197 | 2 years ago | | | 0 | 0.0011901015 | |
| 15373199 | 2 years ago | | | 0 | 0.0017434306 | |
| 15353076 | 2 years ago | | | 0 | 0.0013994307 |
ABI
ABI objects
Getter at block 21258077
authority() view returns (address)
0x8c1927427eaaca6a64e238544adfb95451cc05a1
owner() view returns (address)
0xc5c721caa3cad959818e891b533a34c37946e9bf
Read-only
available(uint256) view returns (uint256)
hasClaimed(uint256 id, bytes32 root, uint256 index, address user) view returns (bool)
State-modifying
Events changeRoots(uint256 id, bytes32[] roots, bool validate)
changeSingleRoot(uint256 id, bytes32 root, bool validate)
order(uint256 id, uint256 amount, uint256 index, uint256 price, uint256 start, bool limited, bytes32 root, bytes32[] proof) payable
preorder(address to, uint256 id, uint256 amount)
setAuthority(address newAuthority)
setAvailability(uint256 id, uint256 amount)
setKeyMold(uint256 id, uint256 availability, bytes32[] roots)
setOwner(address newOwner)
withdraw(address recipient)
AuthorityUpdated(address indexed user, address indexed newAuthority)
Ordered(uint256 indexed id, address indexed to, uint256 amount)
OwnerUpdated(address indexed user, address indexed newOwner)
constructor(address keyRing, address owner, address authority)
This contract contains no fallback and receive objects.
This contract contains no error objects.