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 "Deployer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Deployer"
ABI
ABI objects
Getter at block 21246678 owner() view returns (address)
implementation() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
0x Settler
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
0x Settler
version() view returns (string)
0
Read-only
authorized(uint128 feature) view returns (address auth, uint40 deadline)
balanceOf(address instance) view returns (uint256)
deployInfo(address instance) view returns (uint128 feature, uint32 nonce)
descriptionHash(uint128 feature) view returns (bytes32)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address, address) pure returns (bool)
next(uint128 feature) view returns (address)
ownerOf(uint256 tokenId) view returns (address)
prev(uint128 feature) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership() returns (bool)
authorize(uint128 feature, address auth, uint40 deadline) returns (bool)
deploy(uint128 feature, bytes initCode) payable returns (address predicted, uint32 thisNonce)
initialize(address initialOwner)
multicall(bytes[] datas)
rejectOwnership() returns (bool)
remove(address instance) returns (bool)
remove(uint128 feature, uint32 nonce) returns (bool)
removeAll(uint128 feature) returns (bool)
renounceOwnership() returns (bool)
setDescription(uint128 feature, string description) returns (string content)
transferOwnership(address newOwner) returns (bool)
upgrade(address newImplementation) payable returns (bool)
upgradeAndCall(address newImplementation, bytes data) payable returns (bool)
AdminChanged(address indexed prev, address indexed curr)
Authorized(uint128 indexed arg0, address indexed arg1, uint40 arg2)
Deployed(uint128 indexed arg0, uint32 indexed arg1, address indexed arg2)
OwnershipPending(address indexed arg0)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermanentURI(string arg0, uint256 indexed arg1)
Removed(uint128 indexed arg0, uint32 indexed arg1, address indexed arg2)
RemovedAll(uint128 indexed arg0)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(uint256 version)
This contract contains no fallback and receive objects.
DeployFailed(uint128 arg0, uint32 arg1, address arg2)
DidNotIncrementVersion(uint256 current, uint256 next)
ERC721InvalidOwner(address owner)
ERC721NonexistentToken(uint256 tokenId)
FeatureInitialized(uint128 arg0)
FeatureNotInitialized(uint128 arg0)
FutureNonce(uint32 arg0)
IncrementedVersionTooMuch(uint256 current, uint256 next)
InitializationFailed()
InterferedWithImplementation(address expected, address actual)
InterferedWithVersion(uint256 expected, uint256 actual)
NoInstance()
OnlyProxy()
PermissionDenied()
RollbackFailed(address expected, address actual)
VersionMismatch(uint256 oldVersion, uint256 newVersion)
ZeroAddress()