FxContractRegistry
Verified contract
Active on
Base with 4 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
No balances found for "FxContractRegistry"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11227145 | 9 months ago | | | 0 | 0.00017993403 | |
| 11173229 | 9 months ago | | | 0 | 0.00010127102 | |
| 11086149 | 9 months ago | | | 0 | 0.00010127102 | |
| 10786169 | 9 months ago | | | 0 | 0.0010198772 |
ABI
ABI objects
Getter at block 22932903
configInfo() view returns (address feeReceiver, uint32 primaryFeeAllocation, uint32 secondaryFeeAllocation, uint32 lockTime, uint64 referrerShare, string defaultMetadataURI, string externalURI)
(feeReceiver=0xf70df285bc6941b4760bcc041b0ca1cc50e27f8d, primaryFeeAllocation=100000, secondaryFeeAllocation=250000, lockTime=3600, referrerShare=200, defaultMetadataURI=https://media.fxhash.xyz/metadata/ethereum/, externalURI=https://fxhash.xyz/gentk/)
owner() view returns (address result)
0x15aed2c71b500fc3265c196d134b2f21f8ee812b
Read-only
contracts(bytes32) view returns (address)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
register(string[] _names, address[] _contracts)
renounceOwnership() payable
requestOwnershipHandover() payable
setConfig(struct ConfigInfo _configInfo)
transferOwnership(address newOwner) payable
ConfigUpdated(address indexed _owner, struct ConfigInfo _configInfo)
ContractRegistered(string indexed _contractName, bytes32 indexed _hashedName, address indexed _contractAddr)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
constructor(address _admin, struct ConfigInfo _configInfo)
This contract contains no fallback and receive objects.
LengthMismatch()
LengthZero()
NewOwnerIsZeroAddress()
NoHandoverRequest()
Unauthorized()