NiftyKitMaster
Verified contract
Active on
Ethereum with 1,194 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "NiftyKitMaster"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15541396 | 2 years ago | | | 0 | 0.00080018368 | |
| 14270655 | 3 years ago | | | 0 | 0.0057966001 | |
| 14264074 | 3 years ago | | | 0 | 0.0080490636 | |
| 14225643 | 3 years ago | | | 0 | 0.0052679265 | |
| 14192594 | 3 years ago | | | 0 | 0.011469876 | |
| 14189069 | 3 years ago | | | 0 | 0.0037962920 | |
| 14187899 | 3 years ago | | | 0 | 0.15939814 | |
| 14184445 | 3 years ago | | | 0 | 0.0020566010 | |
| 14175387 | 3 years ago | | | 0 | 0.018068112 | |
| 14175381 | 3 years ago | | | 0 | 0.018068112 |
ABI
ABI objects
Getter at block 21095526
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner() view returns (address)
0x98ab60422568db7d58623c69cb41d29c9dea1ce6
Read-only
getHighestAmount(address cAddress, uint256 tokenId) view returns (uint256)
getHighestBidder(address cAddress, uint256 tokenId) view returns (address)
getPrice(address cAddress, uint256 tokenId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasListing(address cAddress, uint256 tokenId) view returns (bool)
hasOffer(address cAddress, uint256 tokenId) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptOffer(address cAddress, uint256 tokenId)
addCollectionAdmin(address cAddress, address account)
addOffer(address cAddress, uint256 tokenId) payable
batchMint(address[] cAddresses, string[] manifests, address[] recipients)
burn(address cAddress, uint256 tokenId)
createCollection(address creator, string name, string symbol)
grantRole(bytes32 role, address account)
purchaseListing(address cAddress, uint256 tokenId) payable
removeCollectionAdmin(address cAddress, address account)
removeListing(address cAddress, uint256 tokenId)
removeOffer(address cAddress, uint256 tokenId, bool refund)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCommission(address cAddress, uint256 commission)
setCommission(uint256 commission)
setListing(address cAddress, uint256 tokenId, uint256 price)
setTreasury(address treasury)
transfer(address cAddress, address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
CollectionCreated(address indexed cAddress)
ListingSold(address indexed cAddress, uint256 indexed tokenId, address indexed customer, uint256 price)
OfferAccepted(address indexed cAddress, uint256 indexed tokenId, address indexed bidder, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokenMinted(address indexed cAddress, string manifest, uint256 indexed id)
constructor(uint256 commission, address treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.