Fomomofos

Verified contract

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

No balances found for "Fomomofos"

0x182ab7e02e35cfc3348474dcaa5562c5adaa49e38b0d58b250b3cc9b0496923e
From
0x3e87d2ea50536b835905cf80d63467d4162a8422125cba0f4468e5a4b3428948
From
0xbc1fca6b273a6125a4d15375514aa6dc5d60b8b17ad67cacfbf13872dbea31ab
0x465930e117ac822589440e7a3b366d794866fc08474c01a607bd5299aeb8c926
0x31e7c634c39a882adb91a6fb33ed539ac3807476b028db7f63f5ff5cad02b104
From
0x26031d812de4461a6b2df103adfd8a78c22c0ac4198e43812e9330ad46fb5b23
From
0x3cde126c0c6c79aacec70b5fb5d3d1069c842916f9beab42cea5ab475540c83a
0xc02aaa51e1240933eb7b4d80b047cdfcac3fb6e434fd03ebf3000d198a1036cc
0x5537d649f0f9ff9d4f28705bd3c84282d0e259fc25ab64a357747e07f170f845
0x2be4b8a1a76ae9965567cec95b13c6b2437ffe87b1720823f93fe3dfccfec435

Functions
Getter at block 21395579
baseTokenURI(view returns (string)
ipfs://Qme1vxGNw9Wuh7RM3y6p5VvQWzui1gyMb3RfLoWcst3M8n/
buyLimit(view returns (uint256)
300000000000000
decimals(view returns (uint8)
9
minted(view returns (uint256)
420
name(view returns (string)
Fomomofos
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
300000000000000
symbol(view returns (string)
FOMO
totalSupply(view returns (uint256)
300000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
userBuylimit(addressview returns (uint256)
userSelllimit(addressview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
acceptOwnership(
approve(address spenderuint256 amountOrIdreturns (bool)
removeLimits(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address newOwner
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
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed id
Unpaused(address account
Constructor
constructor(string _namestring _symboladdress _owneruint256 _initialSupplyuint8 _decimaluint256 _buylimituint256 _selllimit
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
EnforcedPause(
ExpectedPause(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReEntrancyReentrantCall(
Unauthorized(
UnsafeRecipient(