TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 29 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16082149 | 2 years ago | | | 0 | 0.00039403762 |
ABI
ABI objects
Getter at block 21214663
owner() view returns (address)
0xa2b2d264aad4b083a9715dc568b57eb37b05ab35
treasury() view returns (address)
0xa2b2d264aad4b083a9715dc568b57eb37b05ab35
Read-only
drops(uint256) view returns (uint256 dropId, uint256 sold, uint256 rightHolderFee, struct ABDropManagerV3TokenInfo tokenInfo, address owner, address nft)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
create(address _owner, uint256 _price, uint256 _supply, uint256 _royaltySharePerToken, uint256 _rightHolderFee, int96 _baseFlow, address _nftAddress)
initialize(address _treasury, address _messenger, address _relay)
renounceOwnership()
setDropNFT(uint256 _dropId, address _nftAddress)
setGasLimit(uint32 _gasLimit)
setRightHolderInfo(uint256 _dropId, uint256 _rightHolderFee, address _owner)
setTreasury(address _newTreasury)
transferOwnership(address newOwner)
updateDropCounter(uint256 _dropId, uint256 _quantity)
updateDropPrice(uint256 _dropId, uint256 _price)
updateDropRoyaltyShare(uint256 _dropId, uint256 _share)
updateDropSupply(uint256 _dropId, uint256 _supply)
updateOnTransfer(address _from, address _to, uint256 _dropId, uint256 _quantity)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
DropCreated(uint256 dropId)
DropUpdated(uint256 dropId)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
DropNotFound()
EmptyDeposit()
IncorrectDeposit()
IncorrectGasLimit()
IncorrectInterface()
InsufficientMaxAmountPerAddress()
InsufficientRoyalties()
InsufficientSupply()
NothingToClaim()
UnauthorizedUpdate()
ZeroAddress()