TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,202 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
Balances ($121.29)
Native
Value
$121.29
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.039123 | $3,100.10 |
$121.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163261 | 9 days ago | | | 0 | 0.028176952 | |
| 21163256 | 9 days ago | | | 0 | 0.030157494 | |
| 21163250 | 9 days ago | | | 0 | 0.028702124 | |
| 21163222 | 9 days ago | | | 0 | 0.029035155 | |
| 21163216 | 9 days ago | | | 0 | 0.027055459 | |
| 21146242 | 11 days ago | | | 0 | 0.022252422 | |
| 21124163 | 14 days ago | | | 0 | 0.013756195 | |
| 21071934 | 22 days ago | | | 0 | 0.00047650518 | |
| 21070023 | 22 days ago | | | 0 | 0.018148541 | |
| 21031325 | a month ago | | | 0 | 0.017757452 |
ABI
ABI objects
Getter at block 21226080
admin() view returns (address)
0xc4f166fe2324f1cbb6dd8d99b3e2e63ca3cdc5e5
appRegistry() view returns (address)
0x4002a5829d767262ed376b178015b89f5cc5b647
mintFee() view returns (uint256)
638881021187424
owner() view returns (address)
0x2475dd9eb982f8969f7939ad69f59dc4696a14ff
treasury() view returns (address)
0x6ab902950afd61176f1d0589ac0e823081b9a4b3
trustedForwarder() view returns (address)
0xab2648e957f699ad9fd5f3e9c0734d7a03bd7a36
Read-only
commission(address collection, uint256 amount) view returns (uint256, uint256)
commissionByQuantity(address collection, uint256 quantity) view returns (uint256, uint256)
getFeeType(address collection) view returns (uint8)
getFees(uint256 amount) view returns (uint256, uint256)
getFeesByQuantity(uint256 quantity) view returns (uint256, uint256)
getOwnerPerksRate(address owner) view returns (uint96)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
createDiamond(string collectionId_, uint96 feeRate_, bytes signature_, address treasury_, address royalty_, uint16 royaltyBps_, string name_, string symbol_, bytes32[] apps_)
createDiamondWithAdmin(struct NiftyKitV3CreateDiamondArgs args)
initialize(address appRegistry_)
renounceOwnership()
setAdmin(address newAdmin)
setBaseURI(string baseURI)
setFeeType(address collection, uint8 feeType)
setMintFee(uint256 newMintFee)
setOwnerPerksRate(address owner, uint96 perksRate)
setRate(address collection, uint256 rate)
setSigner(address signer)
setTreasury(address newTreasury)
setTrustedForwarder(address forwarder)
transferOwnership(address newOwner)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
DiamondCreated(address indexed diamondAddress, string collectionId)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.