NiftyKitV3
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 ($0.00)
No balances found for "NiftyKitV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NiftyKitV3"
ABI
ABI objects
Getter at block 21855661
admin() view returns (address)
0x0000000000000000000000000000000000000000
appRegistry() view returns (address)
0x0000000000000000000000000000000000000000
mintFee() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
treasury() view returns (address)
0x0000000000000000000000000000000000000000
trustedForwarder() view returns (address)
0x0000000000000000000000000000000000000000
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 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()
DiamondCreated(address indexed diamondAddress, string collectionId)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
receive()
This contract contains no error objects.