TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 4 txns
Deployed by via 0x5d30c98c at 20516401
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
 (#2379)
ERC-721
--
 (#1908)
ERC-721
--
 (#709)
ERC-721
--
 (#5)
ERC-721
--
0x839ddca921f91088dd139c7bfef4b982a0c8e66632daa41ae35f4efcce4c5ee9
0x998a8ad736be718646cf5772b0ea9a5986c19556232073ada96c1ea0d0bec32d
0xa59a196df77c3ae643d589a454c2c9887e4a6691bd9014395095a55fd6e1dd94
0xed962d226781716376b8d7bd2d58fe16c8021eeb1e42c1e77b26c2fff41744c9

Functions
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
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(