FrankysDinner

Verified contract

Active on Ethereum with 3,057 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"

0x40ee46e131454f4b03cb3ba992fbbaf4f70ad0d7f15a72cfb3f112e86d8c28ff
0xe2dc061c6919825ce6e0b8b3f369eff604874d2b3100006108943bbcdd91d0c7
0x164234c104cb4c4a8c4dfd051f9b9120df0041f6d2dbd0c294fcb70fdedb365f
0xf56ce7612441a53fcf7b0a6cb8a70d731cae24b159016cfcaf95ef435c491a2f
0x317df0c9d9b99432a657dc72f4e0d78129d4a35add4b990601d11d5d5fe31f72
0x23cb0f7a9e7bbd7f37af64b37ac336fa21d29ce25f555eb14ed4c514a83330ed
0x3e71631e856c67dea728579f2f9778beb981e1e95505cd7da5491ab8dda3f463
0x2af32f68d46ef15fcf77e69b149a478a8ce164d2555485a46e14cc5c0155d44b
0xbf3ed3c04942d4a9de655c9ff8b5490ea330adfa7f64aa54e5b9f8aa49593e5f
0x4e53c22438858c57494beaff535079831efa193680e85bfe03c0d99b59a5c4b0

Functions
Getter at block 21292427
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(