TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,268 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 1 additional slot
0x1662…a6cc
Balances ($5.37)
Native
Value
$5.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001725 | $3,111.85 |
$5.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21064701 | 13 days ago | | | 0 | 0.00045173245 | |
| 20837106 | a month ago | | | 0 | 0.0011810638 | |
| 20837096 | a month ago | | | 0 | 0.0011210984 | |
| 17390043 | a year ago | | | 0 | 0.0014302038 | |
| 16898591 | 2 years ago | | | 0 | 0.015699589 | |
| 16887148 | 2 years ago | | | 0 | 0.0067312880 | |
| 16884166 | 2 years ago | | | 0 | 0.012187576 | |
| 16872280 | 2 years ago | | | 0 | 0.0071208740 | |
| 16845876 | 2 years ago | | | 0 | 0.0085827639 | |
| 16839421 | 2 years ago | | | 0 | 0.0081504615 |
ABI
ABI objects
Getter at block 21159873
getDropKitPass() view returns (address)
0x16626ae879ead8c5bfb2e323383bbbc0fad6a6cc
owner() view returns (address)
0x2475dd9eb982f8969f7939ad69f59dc4696a14ff
Read-only
commission(address collection, uint256 amount) view returns (uint256)
getFees(address account) view returns (uint256)
getImplementation(uint96 typeId) view returns (address)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addCollection(uint96 typeId, address collection)
addFees(uint256 amount)
addFeesClaimed(uint256 amount)
createCollection(uint96 typeId, string name, string symbol, address treasury, address royalty, uint96 royaltyFee)
initialize()
removeUserRate(address user)
renounceOwnership()
setAdmin(address admin)
setDropKitPass(address passAddress)
setImplementation(uint96 typeId, address implementation)
setRateOverride(address collection, uint256 rate)
setTreasury(address treasury)
setUserRate(address user, uint256 rate)
transferOwnership(address newOwner)
withdraw(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
CollectionCreated(uint96 indexed typeId, address indexed collectionAddress)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UserRateRemoved(address indexed user, uint256 indexed rate)
UserRateUpdated(address indexed user, uint256 indexed rate)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.