TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,980 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb818…b437
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 0.000001 | $1.001 |
$0 | |
CIA | ERC-20 | 0.072929 | $0.000001 |
$0 | |
stETH | ERC-20 | 0 | $3,590.19 |
$0 | |
VOLT | ERC-20 | 0.000393 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288718 | 8 hours ago | | | 0 | 0.0019778204 | |
| 21276086 | 2 days ago | | | 0 | 0.016926612 | |
| 21271030 | 3 days ago | | | 0 | 0.010100291 | |
| 21199812 | 13 days ago | | | 0 | 0.0027625660 | |
| 21015604 | a month ago | | | 0 | 0.0064197732 | |
| 20721142 | 3 months ago | | | 0 | 0.0029988240 | |
| 20655184 | 3 months ago | | | 0 | 0.0010305221 | |
| 20655181 | 3 months ago | | | 0 | 0.00082396507 | |
| 20605451 | 3 months ago | | | 0 | 0.00094557153 | |
| 20582904 | 3 months ago | | | 0 | 0.00074881485 |
ABI
ABI objects
Getter at block 21291243 isResolverCached() view returns (bool)
entryFees() view returns (uint256)
30
exitFees() view returns (uint256)
80
feeSplitter() view returns (address)
0xb818de71b8acee27c17a40446012663d4c71b437
initialized() view returns (bool)
true
nestedAsset() view returns (address)
0x6cbe14812b9d537878b975994948aeb917339331
nestedRecords() view returns (address)
0xdb714302a7ffcc9610610a01126e1257b90a67a1
owner() view returns (address)
0x76bc5affbc9dacbc1e6a18d7135def47605bae8e
reserve() view returns (address)
0x0535f1f43ee274123291bbab284948caed46c65d
resolver() view returns (address)
0x04a7307e94fd83b2fe88537729640ea7a0ad376b
resolverOperatorsRequired() view returns (bytes32[])
[0x466c617400000000000000000000000000000000000000000000000000000000, 0x5a65726f45780000000000000000000000000000000000000000000000000000, 0x5061726173776170000000000000000000000000000000000000000000000000]
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addOperator(bytes32 operator)
create(uint256 _originalTokenId, struct INestedFactoryBatchedInputOrders[] _batchedOrders) payable
destroy(uint256 _nftId, address _buyToken, struct INestedFactoryOrder[] _orders)
initialize(address ownerAddr)
processInputAndOutputOrders(uint256 _nftId, struct INestedFactoryBatchedInputOrders[] _batchedInputOrders, struct INestedFactoryBatchedOutputOrders[] _batchedOutputOrders) payable
processInputOrders(uint256 _nftId, struct INestedFactoryBatchedInputOrders[] _batchedOrders) payable
processOutputOrders(uint256 _nftId, struct INestedFactoryBatchedOutputOrders[] _batchedOrders)
rebuildCache()
removeOperator(bytes32 operator)
renounceOwnership()
setEntryFees(uint256 _entryFees)
setExitFees(uint256 _exitFees)
setFeeSplitter(address _feeSplitter)
transferOwnership(address newOwner)
unlockTokens(address _token)
updateLockTimestamp(uint256 _nftId, uint256 _timestamp)
withdraw(uint256 _nftId, uint256 _tokenIndex)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
CacheUpdated(bytes32 name, struct IOperatorResolverOperator destination)
EntryFeesUpdated(uint256 entryFees)
ExitFeesUpdated(uint256 exitFees)
FeeSplitterUpdated(address feeSplitter)
NftCreated(uint256 indexed nftId, uint256 originalNftId)
NftUpdated(uint256 indexed nftId)
OperatorAdded(bytes32 newOperator)
OperatorRemoved(bytes32 oldOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReserveUpdated(address reserve)
TokensUnlocked(address token, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.