Fock Store
Verified contract
Active on
Ethereum with 2,104 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 "Fock Store"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21290255 | an hour ago | | | 0 | 0.00020049721 | |
| 21290250 | an hour ago | | | 0 | 0.00023356757 | |
| 21290128 | 2 hours ago | | | 0 | 0.00044972136 | |
| 21290125 | 2 hours ago | | | 0 | 0.00052882373 | |
| 21290122 | 2 hours ago | | | 0 | 0.00055624450 | |
| 21289726 | 3 hours ago | | | 0 | 0.00023440519 | |
| 21289721 | 3 hours ago | | | 0 | 0.00056513393 | |
| 21289717 | 3 hours ago | | | 0 | 0.00022442812 | |
| 21289638 | 3 hours ago | | | 0 | 0.00064204653 | |
| 21232507 | 8 days ago | | | 0 | 0.00031489301 |
ABI
ABI objects
Getter at block 21290598
baseExtension() view returns (string)
.json
claimIsActive() view returns (bool)
true
marketIsActive() view returns (bool)
true
maxUtilityId() view returns (uint256)
53
name() view returns (string)
Fock Store
owner() view returns (address)
0xf239447dafa45d4ff2136f3006d445908f43e9c3
symbol() view returns (string)
FCKS
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getUtility(uint256 _utilityId) view returns (struct FockStoreUtility)
isApprovedForAll(address account, address operator) view returns (bool)
isValidSign(address _wallet, uint256 _utilityId, uint256 _qty, string _nonce, bytes _signature) view returns (bool)
isValidUtility(uint256 _utilityId) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
signatureUsed(bytes) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _utilityId) view returns (string)
utilities(uint256) view returns (uint256 utilityId, string name, uint256 totalSupply, uint256 maxSupply, address contractAddress)
State-modifying
Events claim(uint256 _utilityId)
mint(uint256 _utilityId, uint256 _qty, string _nonce, bytes _signature)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setClaimState(bool _newState)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMarketState(bool _newState)
setMaxSupply(uint256 _utilityId, uint256 _max)
setMaxUtilityId(uint256 _newUtilityId)
setSigner(address _signer)
setUtility(uint256 _utilityId, string _name, uint256 _maxSupply, address _contractAddress)
setUtilityContract(uint256 _utilityId, address _contractAddress)
setUtilityName(uint256 _utilityId, string _name)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenClaimed(address owner, uint256 utilityId)
TokenMinted(address owner, uint256 utilityId, uint256 quantity)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _name, string _symbol, address _signer, string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.