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

TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 1 txns
Deployed by via 0x9617c436 at 16081987
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 29 additional slots

No balances found for "TransparentUpgradeableProxy"

0xc82017a9ab5f90b47085dd9ba4815e6fc69c1a0530bd0adf4904ca37ad64ad86

Functions
Getter at block 21214663
owner(view returns (address)
0xa2b2d264aad4b083a9715dc568b57eb37b05ab35
treasury(view returns (address)
0xa2b2d264aad4b083a9715dc568b57eb37b05ab35
Read-only
drops(uint256view returns (uint256 dropIduint256 solduint256 rightHolderFeestruct ABDropManagerV3TokenInfo tokenInfoaddress owneraddress nft)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
create(address _owneruint256 _priceuint256 _supplyuint256 _royaltySharePerTokenuint256 _rightHolderFeeint96 _baseFlowaddress _nftAddress
initialize(address _treasuryaddress _messengeraddress _relay
renounceOwnership(
setDropNFT(uint256 _dropIdaddress _nftAddress
setGasLimit(uint32 _gasLimit
setRightHolderInfo(uint256 _dropIduint256 _rightHolderFeeaddress _owner
setTreasury(address _newTreasury
transferOwnership(address newOwner
updateDropCounter(uint256 _dropIduint256 _quantity
updateDropPrice(uint256 _dropIduint256 _price
updateDropRoyaltyShare(uint256 _dropIduint256 _share
updateDropSupply(uint256 _dropIduint256 _supply
updateOnTransfer(address _fromaddress _touint256 _dropIduint256 _quantity
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
DropCreated(uint256 dropId
DropUpdated(uint256 dropId
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
DropNotFound(
EmptyDeposit(
IncorrectDeposit(
IncorrectGasLimit(
IncorrectInterface(
InsufficientMaxAmountPerAddress(
InsufficientRoyalties(
InsufficientSupply(
NothingToClaim(
UnauthorizedUpdate(
ZeroAddress(