TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 4 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
-
variable spans 47 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
solvFOFS | ERC-721 | 1 | -- | -- | |
solvFOFS | ERC-721 | 1 | -- | -- | |
solvFOFS | ERC-721 | 1 | -- | -- | |
solvFOFS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21175665 | 17 days ago | | | 0 | 0.0020770938 | |
| 20910899 | 2 months ago | | | 0 | 0.00059051933 | |
| 20634270 | 3 months ago | | | 0 | 0.00023451814 | |
| 20516478 | 4 months ago | | | 0 | 0.00035061025 |
ABI
ABI objects
Getter at block 21294721
admin() view returns (address)
0x55c09707fd7afd670e82a62faee312903940013e
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getERC20(address sft_, uint256 slot_) view returns (address)
getHoldingValueSftId(address sft_, uint256 slot_) view returns (uint256)
getSftSlotBalance(address sft_, uint256 slot_) view returns (uint256)
isSftSlotDepositAllowed(address sft_, uint256 slot_) view returns (bool)
isSftSlotWithdrawAllowed(address sft_, uint256 slot_) view returns (bool)
State-modifying
Events acceptAdmin()
addSftSlotOnlyAdmin(address sft_, uint256 slot_, address erc20_, uint256 holdingValueSftId_)
changeSftSlotAllowedOnlyAdmin(address sft_, uint256 slot_, bool depositAllowed_, bool withdrawAllowed_)
deposit(address sft_, uint256 sftId_, uint256 value_)
initialize()
transferAdmin(address newPendingAdmin_)
withdraw(address sft_, uint256 slot_, uint256 sftId_, uint256 value_) returns (uint256 toSftId_)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddSftSlot(address indexed sft, uint256 indexed slot, address indexed erc20, uint256 holdingValueSftId)
Deposit(address indexed owner, address indexed sft, uint256 indexed slot, address erc20, uint256 sftId, uint256 value)
Initialized(uint64 version)
NewAdmin(address oldAdmin, address newAdmin)
NewPendingAdmin(address oldPendingAdmin, address newPendingAdmin)
SftSlotAllowedChanged(address indexed sft, uint256 indexed slot, bool depositAllowed, bool withdrawAllowed)
Withdraw(address indexed owner, address indexed sft, uint256 indexed slot, address erc20, uint256 sftId, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
InvalidInitialization()
NotInitializing()
ReentrancyGuardReentrantCall()