Deployer

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xe9d8e586 at 19928432
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Deployer"

No transactions found for "Deployer"


Functions
Getter at block 21176565
implementation(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
0x Settler
 
owner(view returns (address)
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
0x Settler
version(view returns (string)
0
Read-only
authorized(uint128 featureview returns (address authuint40 deadline)
balanceOf(address instanceview returns (uint256)
deployInfo(address instanceview returns (uint128 featureuint32 nonce)
descriptionHash(uint128 featureview returns (bytes32)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(addressaddresspure returns (bool)
next(uint128 featureview returns (address)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(returns (bool)
authorize(uint128 featureaddress authuint40 deadlinereturns (bool)
deploy(uint128 featurebytes initCodepayable returns (address predicteduint32 thisNonce)
initialize(address initialOwner
multicall(bytes[] datas
rejectOwnership(returns (bool)
remove(address instancereturns (bool)
remove(uint128 featureuint32 noncereturns (bool)
removeAll(uint128 featurereturns (bool)
renounceOwnership(returns (bool)
setDescription(uint128 featurestring descriptionreturns (string content)
transferOwnership(address newOwnerreturns (bool)
upgrade(address newImplementationpayable returns (bool)
upgradeAndCall(address newImplementationbytes datapayable returns (bool)
Events
AdminChanged(address indexed prevaddress indexed curr
Authorized(uint128 indexed arg0address indexed arg1uint40 arg2
Deployed(uint128 indexed arg0uint32 indexed arg1address indexed arg2
OwnershipPending(address indexed arg0
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PermanentURI(string arg0uint256 indexed arg1
Removed(uint128 indexed arg0uint32 indexed arg1address indexed arg2
RemovedAll(uint128 indexed arg0
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Upgraded(address indexed implementation
Constructor
constructor(uint256 version
Fallback and receive

This contract contains no fallback and receive objects.

Errors
DeployFailed(uint128 arg0uint32 arg1address arg2
DidNotIncrementVersion(uint256 currentuint256 next
FeatureInitialized(uint128 arg0
FeatureNotInitialized(uint128 arg0
FutureNonce(uint32 arg0
IncrementedVersionTooMuch(uint256 currentuint256 next
InitializationFailed(
InterferedWithImplementation(address expectedaddress actual
InterferedWithVersion(uint256 expecteduint256 actual
NoToken(uint256 arg0
NotDeployed(address arg0
OnlyProxy(
PermissionDenied(
RollbackFailed(address expectedaddress actual
VersionMismatch(uint256 oldVersionuint256 newVersion
ZeroAddress(