FrankysDinner

Verified contract

Active on Ethereum with 3,019 txns
Deployed by via 0xf9360ef0 at 16833384
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables

No balances found for "FrankysDinner"

0xe4a2217630ed13f820ceb6f8b362247af32530e0d4b9f4255cda8617856082d1
0x5b66ab0defd1047e748d090e2867a31dda19fbf444ec07397b8387a03def45d6
0x7b064af3f417a5b9de6716515ec7216bba35922f3cea7eb8ed5e495702e54959
0x87520825eaf194640f7e0e329213ef4d8e5b48d0e42715db793d06462661e84b
0xcb596fe8c6909b79747dd4e9b3bfbe840d45d753e2219f67ea5faf62ff950a8f
0x59b8560fcc6c616eff5aa0491bb847dd1a84054f4e2d7aa250a666d90eb459f6
0x48631be0309809515670cb9b712cf8a976f465fdc4d621f9633d001ab290469b
0x7f8a721fe3b5b151eb71e6180ef444a6f1f7c9b02901643645409c00d049e864
0x5e37033fc8732c583989f6001458b2234ee08cb9a6a0f790ffd56d2144cc766a
0x79e61643dc144a2abe0410d3ba1319ab9bd5f17862e5d1897302e677180de29f

Functions
Getter at block 20968612
isOperatorFilterRegistryRevoked(view returns (bool)
false
maxMints(view returns (uint256)
5
maxReservations(view returns (uint256)
5
merkleroot(view returns (bytes32)
0x8b1af2a9ef9de75cc79950fe65eb470da8d0c816b587487950c25e0cdbd19bd2
name(view returns (string)
FrankysDinner
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0x7f6d1381bd93027b46aae195ea7caf105ed731a1
price(view returns (uint256)
200000000000000000
reservationSaleActive(view returns (bool)
false
saleActive(view returns (bool)
false
symbol(view returns (string)
FRANKY
totalReleased(view returns (uint256)
210200000000000000000
totalShares(view returns (uint256)
1000
totalSupply(view returns (uint256)
1069
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mints(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
reservationListMints(addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
verify(bytes32[] _proofview returns (bool)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address operatoruint256 tokenId
burn(uint256 tokenId
deleteDefaultRoyalty(
mint(uint256 numpayable 
ownerMint(address touint256 num
release(address account
release(address tokenaddress account
renounceOwnership(
reservationListMint(bytes32[] proofuint256 numpayable 
resetTokenRoyalty(uint256 tokenId
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMaxMints(uint256 num
setMaxReservations(uint256 num
setMerkleRoot(bytes32 root
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
toggleReservationSale(bool active
toggleSale(bool active
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OperatorFilterRegistryAddressUpdated(address newRegistry
OperatorFilterRegistryRevoked(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address[] payeesuint256[] shares
Fallback and receive
receive(
Errors
InitialRegistryAddressCannotBeZeroAddress(
OnlyOwner(
OperatorNotAllowed(address operator
RegistryHasBeenRevoked(