FFMarketplace
Verified contract
Active on
Ethereum with 3,744 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcc50…43b4
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xcc50…43b4 | ERC-1555 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17381678 | a year ago | | | 0 | 0.00092200081 | |
| 17366557 | a year ago | | | 0 | 0.0010681733 | |
| 17331651 | 2 years ago | | | 0 | 0.0022501193 | |
| 17319586 | 2 years ago | | | 0 | 0.0015841743 | |
| 17311877 | 2 years ago | | | 0 | 0.00093002291 | |
| 17286885 | 2 years ago | | | 0 | 0.0027913032 | |
| 17194010 | 2 years ago | | | 0 | 0.011441538 | |
| 17193993 | 2 years ago | | | 0 | 0.010198697 | |
| 17184765 | 2 years ago | | | 0 | 0.0082627562 | |
| 17177045 | 2 years ago | | | 0 | 0.0095143929 |
ABI
ABI objects
Getter at block 21292807 getWLVendingItemsAll() view returns (struct FFMarketplaceWLVendingItem[])
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MARKETPLACE_ADMIN() view returns (bytes32)
0x327ba3f171911ab8c29a8ecfd67f0f318ea5db161d38bb45109f98ef01af7bf2
getWLVendingItemsLength() view returns (uint256)
210
marketItem() view returns (address)
0xcc508d2c524ff37d1bbc4aeb4296c42cdb1043b4
paused() view returns (bool)
false
token() view returns (address)
0xd9fe2551598ac520a5610bc6d74e37bd2ac08f4b
Read-only
addressToDiscord(address) view returns (string)
getFixedPriceOfItem(uint256 index_) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getWLPurchasersOf(uint256 index_) view returns (address[])
getWLVendingItem(uint256 index_) view returns (struct FFMarketplaceWLVendingItem)
getWLVendingItemsPaginated(uint256 start_, uint256 end_) view returns (struct FFMarketplaceWLVendingItem[])
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
toWLPurchased(uint256, address) view returns (bool)
toWLPurchasers(uint256, uint256) view returns (address)
toWLVendingItems(uint256) view returns (uint256 tokenId, uint8 itemType, bool active, string title, string imageUri, string description, uint32 amountAvailable, uint32 amountPurchased, uint256 startTime, uint256 endTime, uint256 price, string discord, string twitter)
State-modifying
Events addWLVendingItem(struct FFMarketplaceWLVendingItem WLVendingItem_)
burnERC1155Tokens(uint256 tokenId_, uint256 amount_)
deleteMostRecentWLVendingItem()
giftPurchaserAsMarketAdmin(uint256 index_, address giftedAddress_)
grantRole(bytes32 role, address account)
modifyWLVendingItem(uint256 index_, struct FFMarketplaceWLVendingItem WLVendingItem_)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
pause()
purchaseWLVendingItem(uint256 index_)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDiscordIdentity(string discordTag_)
unpause()
updateMarketItemContract(address marketItem_)
DiscordDirectoryUpdated(address indexed setter_, string discordTag_)
Paused(address account)
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)
Unpaused(address account)
WLVendingItemAdded(address indexed operator_, struct FFMarketplaceWLVendingItem item_)
WLVendingItemGifted(address indexed gifted_, uint256 index_, struct FFMarketplaceWLVendingItem item_)
WLVendingItemModified(address indexed operator_, struct FFMarketplaceWLVendingItem before_, struct FFMarketplaceWLVendingItem after_)
WLVendingItemPurchased(address indexed purchaser_, uint256 index_, struct FFMarketplaceWLVendingItem item_)
WLVendingItemRemoved(address indexed operator_, struct FFMarketplaceWLVendingItem item_)
constructor(address _token, address _marketItem)
This contract contains no fallback and receive objects.
This contract contains no error objects.