ApeMfers

Verified contract

Active on Ethereum with 80 txns
Deployed by via 0x8123c866 at 19174267
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ApeMfers"

0x31b886585314eb7b7b94b8a132b378b353b23df3737b6d15308f38350cc0a9b9
0x5e7a1c74a7f1ea6820fb73eb297ffffbeeab2bab271dc3a6ec07b968fe2e8d79
0x715a7e4f220248c1bb525238adca5d51968ba7315aedd1c1f90d0df783a69b50
0xdc7c7ac055aeb118956880dee0601945aac1a6edd3963bbb37739609eb6c0826
0xfa10596f6a146dcc1a0fca81ff4b2cae5a63cb9d8e26646541dea902551deec2
0xcf838f38308a8e0c3b742b71d189d21c1dc93af5d653440a87d05bdfe81ba099
0xee6983b00ee0f539474b0bdc2df5ec7d2e8b44afdc8a6b11ff65673545689d85
From
0xf42fbafaec708987afd7432ff928e349c09e8385a9d4ab228efca82a9ad61989
0x6fc67a45b04871a6e9034dde5a73c74b6e8396b5eebc1f75e8e2d2430f86bdf5
0xb1a8a421d06a5ca0400459e168f5fb28bd9c3f555cdafb4d062020220dc4f427

Functions
Getter at block 20967077
baseTokenURI(view returns (string)
ipfs://QmXd63MLRYtgC83qwSFmxNmnVkzxGo4CrJrZU45kfU5Vp1/
decimals(view returns (uint8)
18
erc721totalSupply(view returns (uint256)
8888
 
getTokenIdPool(view returns (uint256[])
maxMintedId(view returns (uint256)
1806
name(view returns (string)
ApeMfers
owner(view returns (address)
0x4947536054797855e653de476a4c8bbc11c7d9bd
symbol(view returns (string)
MFERS
totalSupply(view returns (uint256)
8888000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenIdPool(uint256view returns (uint256)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setLPMode(bool _lpMode
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string _namestring _symboluint8 _decimalsuint256 _totalNativeSupplyaddress _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
IdNotAssigned(
InvalidId(
InvalidOwner(
InvalidRecipient(
InvalidSender(
InvalidSetWhitelistCondition(
NotFound(
PoolIsEmpty(
Unauthorized(
UnsafeRecipient(