This contract is being backfilled. You may encounter incomplete storage history.

TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 2 txns
Deployed by via 0x6a385be1 at 20516489
Slot
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
 (#2)
ERC-721
--
0x7d9617aeeb0ec5e2cd8af1ee8b098f2ce050f047b27b6d3eaa8f79cc49ffc2b7
0xf64b6f6b3f0e8241eb89499be7b0187151a5ae76279d2cbfc2a7b826f3064b2b

Functions
Getter at block 20793115
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
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_)
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AddSftSlot(address indexed sftuint256 indexed slotaddress indexed erc20uint256 holdingValueSftId
Deposit(address indexed owneraddress indexed sftuint256 indexed slotaddress erc20uint256 sftIduint256 value
Initialized(uint64 version
NewAdmin(address oldAdminaddress newAdmin
NewPendingAdmin(address oldPendingAdminaddress newPendingAdmin
SftSlotAllowedChanged(address indexed sftuint256 indexed slotbool depositAllowedbool withdrawAllowed
Withdraw(address indexed owneraddress indexed sftuint256 indexed slotaddress erc20uint256 sftIduint256 value
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
InvalidInitialization(
NotInitializing(
ReentrancyGuardReentrantCall(