Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "FengFeng"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20859911 | a month ago | | | 0 | 0.00019454537 | |
| 19848917 | 6 months ago | | | 0 | 0.0020359250 | |
| 19549922 | 7 months ago | | | 0 | 0.0012975925 | |
| 19405838 | 8 months ago | | | 0 | 0.0017383218 | |
| 19338035 | 8 months ago | | | 0 | 0.0011360581 | |
| 19319659 | 8 months ago | | | 0 | 0.0028720850 | |
| 19310607 | 9 months ago | | | 0 | 0.00082144598 | |
| 19310605 | 9 months ago | | | 0 | 0.00068563175 | |
| 19303349 | 9 months ago | | | 0 | 0.0016505373 | |
| 19298785 | 9 months ago | | | 0 | 0.0021797396 |
ABI
ABI objects
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(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
erc20BalanceOf(address owner_) view returns (uint256)
erc721BalanceOf(address owner_) view returns (uint256)
erc721TransferExempt(address target_) view returns (bool)
getApproved(uint256) view returns (address)
getERC721TokensInQueue(uint256 start_, uint256 count_) view returns (uint256[])
isApprovedForAll(address, address) view returns (bool)
nonces(address) view returns (uint256)
owned(address owner_) view returns (uint256[])
ownerOf(uint256 id_) view returns (address erc721Owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id_) view returns (string)
State-modifying
Events 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)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string name_, string symbol_, uint8 decimals_, uint256 maxTotalSupplyERC721_, address initialOwner_)
This contract contains no fallback and receive objects.
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()