NiftyKit
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
1
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
Balances ($0.00)
No balances found for "NiftyKit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14888344 | 2 years ago | | | 0 | 0.0035685491 |
ABI
ABI objects
Getter at block 21296015
owner() view returns (address)
0x9db006063ee2049a35624bcce32945e524105401
Read-only
commission(address collection, uint256 amount) view returns (uint256)
getFees(address account) view returns (uint256)
State-modifying
Events addCollection(address collection)
addFees(uint256 amount)
addFeesClaimed(uint256 amount)
createDropCollection(string name, string symbol, address treasury, address royalty, uint96 royaltyFee)
createTokenCollection(string name, string symbol, address treasury, address royalty, uint96 royaltyFee)
initialize(address dropImplementation, address tokenImplementation)
removeCollection(address collection)
renounceOwnership()
setDropImplementation(address implementation)
setRateOverride(address collection, uint256 rate)
setTokenImplementation(address implementation)
setTreasury(address treasury)
transferOwnership(address newOwner)
withdraw(uint256 amount)
CollectionCreated(address indexed collectionAddress)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
receive()
This contract contains no error objects.