FFWeekNFT

Verified contract

Active on Base with 238 txns
Deployed by via 0x0339b860 at 19008906
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FFWeekNFT"

0xe83e4ff26a1694283053eaca2e596fe4a3f69a265f7547ba528d2020bf92ddad
0xce2f5713c1bf32cb3e6ed959e0f61fc21899392ed4b86fa41b923fd6f9bf5b0b
0xcb2da611f7e0c33d448663061a86986b85d032c4d2e7c45bbe500ae4b00d1724
0x16057be1deae15b27d7275a4b10697d7fe5669d59e72fbca8c8327785c5f6c65
0x8bea753d30389185d44282a2bcd13944af672af99371797e299d94e48f2db880
0xece68abae9067624db7028bceb512d78111a25f722e76a1d741081a8f62aba9c
0x3c360208ae3644c482cbbfa05be236d7befc2d9ae16b43395ab5f0b5e717661c
0x5042df8a193827472c55efa6cd81d0b39a6f844ac0b73addf763c73fc9a564a8
0x8af6a6e141be978081056157a0fd7adf9170289cb6cff44920cb57dc715c8553
0x5b66370b8b9ad9b5118d55fa9059b881c46ea2e041e62c1767dbc64ffd3cdc55

Functions
Getter at block 22758248
baseURI(view returns (string)
https://app.feefree.fi/uri/nft/8453/202435/
cap(view returns (uint256)
1000000
name(view returns (string)
FFWeekNFT
owner(view returns (address)
0xe69d24dd645d3d6a9985665dc0d5f8d57597e915
symbol(view returns (string)
FFW
totalSupply(view returns (uint256)
221
week(view returns (uint256)
202435
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 idview returns (string)
State-modifying
approve(address spenderuint256 id
mint(address topayable returns (uint256 id)
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string baseURI_uint256 week_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC721IncorrectOwner(address senderuint256 idaddress owner
ERC721InsufficientApproval(address operatoruint256 id
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 id
ExceededCap(
NonexistentToken(uint256 id
Unauthorized(