CRFTDRegistry
Verified contract
Active on
Ethereum with 51 txns
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 "CRFTDRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16835912 | 2 years ago | | | 0 | 0.00095591156 | |
| 16570602 | 2 years ago | | | 0.1 | 0.00069083438 | |
| 16543472 | 2 years ago | | | 0 | 0.0023321030 | |
| 16543468 | 2 years ago | | | 0 | 0.0010931677 | |
| 16530610 | 2 years ago | | | 0.1 | 0.00044434587 | |
| 16522523 | 2 years ago | | | 0.1 | 0.00071760481 | |
| 16409541 | 2 years ago | | | 0.1 | 0.00039622951 | |
| 16372300 | 2 years ago | | | 0.1 | 0.00075535464 | |
| 16349302 | 2 years ago | | | 0.1 | 0.00059289634 | |
| 16321020 | 2 years ago | | | 0.1 | 0.00050426901 |
ABI
ABI objects
Getter at block 21078735
owner() view returns (address)
0x5787a813fa167f71b85caef0eeb16f8dc02d363f
registryFee() view returns (uint256)
100000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events deployProxy(address implementation, bytes initCalldata, bytes[] calls) returns (address proxy)
recoverNFT(address token, uint256 id)
recoverToken(address token)
register() payable
setImplementationAllowed(address implementation, bool allowed)
setOwner(address newOwner)
setRegistryFee(uint256 fees)
withdrawETH()
OwnerUpdated(address indexed user, address indexed newOwner)
ProxyDeployed(address indexed owner, address indexed proxy)
Registered(address indexed user, uint256 fee)
constructor(uint256 registryFee_)
This contract contains no fallback and receive objects.
IncorrectValue()