FengFeng

Verified contract

Active on Ethereum with 955 txns
Deployed by via 0xc993e444 at 19248617
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "FengFeng"

0x733f5761d0a9fc27ea3c0aa86b0db84f574987d9c1d9d0fec9cb819a27a7f15a
0x9884218e3aeda25f48a4ff03ed687f837bcfcd2c991eae68bf111af47087e9ff
From
0x74e04c0ef8ab573b38df33bb997caa8d797b74ae46772fe2679726a2c4f2c007
0x0d8a9cb8c9d80164d9dbbd1e3bdf57009c0e2ae7545a1c8eed63547bebcc5451
0x43fdba1cae75b301e8e643bdd07bdb9d7f13d195e5820f273b3b62b0679ba987
0x6000e3afdc73be6053798790ba5c80028891dd00e53165386b9860652684ce68
0x7ca64dc9a862f87b46aa21dca7d831174f461a456d3d4563b4582aa34becd66a
0xd2fc87bd2f92c6d422aaf5c67e491058b990932f96a57d5e78bc2eb1922596a0
0x7916732bd6a367b773c1a0fcd091f069ced73575b682b523c055df55ed17cf51
0xbf2422374aa2df983f090b36de8fc8c11c3f89d2a2656e685bcdf400d8098bc3

Functions
Getter at block 21160779
DOMAIN_SEPARATOR(view returns (bytes32)
0xadac97380fb314eca38fc65c214501a8bdba7f68e5a66caa9979e0f9a5f0662e
ID_ENCODING_PREFIX(view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
baseURI(view returns (string)
ipfs://bafybeiaife6ew6kbkxujx4xgilwlajhi5dqekalhz2rapw4mxjbtdvtf5q/
decimals(view returns (uint8)
18
erc20TotalSupply(view returns (uint256)
1000000000000000000000
erc721TotalSupply(view returns (uint256)
438
getERC721QueueLength(view returns (uint256)
398
minted(view returns (uint256)
438
name(view returns (string)
FengFeng
owner(view returns (address)
0x96c022dacfabff81de9eb4fa365d383e221d53d4
symbol(view returns (string)
FENGFENG
totalSupply(view returns (uint256)
1000000000000000000000
units(view returns (uint256)
1000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
erc20BalanceOf(address owner_view returns (uint256)
erc721BalanceOf(address owner_view returns (uint256)
erc721TransferExempt(address target_view returns (bool)
getApproved(uint256view returns (address)
getERC721TokensInQueue(uint256 start_uint256 count_view returns (uint256[])
isApprovedForAll(addressaddressview returns (bool)
nonces(addressview returns (uint256)
owned(address owner_view returns (uint256[])
ownerOf(uint256 id_view returns (address erc721Owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 id_view returns (string)
State-modifying
approve(address spender_uint256 valueOrId_returns (bool)
erc20Approve(address spender_uint256 value_returns (bool)
erc20TransferFrom(address from_address to_uint256 value_returns (bool)
erc721Approve(address spender_uint256 id_
erc721TransferFrom(address from_address to_uint256 id_
permit(address owner_address spender_uint256 value_uint256 deadline_uint8 v_bytes32 r_bytes32 s_
renounceOwnership(
safeTransferFrom(address from_address to_uint256 id_
safeTransferFrom(address from_address to_uint256 id_bytes data_
setApprovalForAll(address operator_bool approved_
setBaseURI(string baseURI_
setERC721TransferExempt(address account_bool value_
setSelfERC721TransferExempt(bool state_
transfer(address to_uint256 value_returns (bool)
transferFrom(address from_address to_uint256 valueOrId_returns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
Approval(address indexed owneraddress indexed spenderuint256 value
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string name_string symbol_uint8 decimals_uint256 maxTotalSupplyERC721_address initialOwner_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
DecimalsTooLow(
InsufficientAllowance(
InvalidApproval(
InvalidExemption(
InvalidId(
InvalidOperator(
InvalidRecipient(
InvalidSender(
InvalidSigner(
InvalidSpender(
MintLimitReached(
NotFound(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnedIndexOverflow(
PermitDeadlineExpired(
QueueEmpty(
QueueFull(
QueueOutOfBounds(
RecipientIsERC721TransferExempt(
Unauthorized(
UnsafeRecipient(