0x00000000000004533fe15556b1e086bb1a72ceae
Unverified contract
Proxy
Active on
Base with 0 txns
Unified storage
Map
Table
Raw
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 "0x00000000000004533fe15556b1e086bb1a72ceae"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "0x00000000000004533fe15556b1e086bb1a72ceae"
ABI
ABI objects
Getter at block 22897198
implementation() view returns (address)
0x0e992c001e375785846eeb9cd69411b53f30f24b
name() view returns (string)
0x Settler
owner() view returns (address)
0xf36b9f50e59870a24f42f9ba43b2ad0a4b8f2f51
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
0x Settler
version() view returns (string)
3
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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
DeployFailed(uint128 arg0, uint32 arg1, address arg2)
DidNotIncrementVersion(uint256 current, uint256 next)
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)
NoToken(uint256 arg0)
NotDeployed(address arg0)
OnlyProxy()
PermissionDenied()
RollbackFailed(address expected, address actual)
VersionMismatch(uint256 oldVersion, uint256 newVersion)
ZeroAddress()