Loong404

Verified contract

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

No balances found for "Loong404"

0x83306e5c1b6de078f00a10fa152b756d8877aff3681780c0314dad92c6310300
0xb5675fd12bea4ea806d2efe766c56d386faaf3932e692655a2d59d3a0d6f0270
0x84210796ac0bb951bf5e373f18a4a54e108a6f9170f161bb923955d9adddf463
0xba1cfeb3a85d643124949ad7db85abc9103a544ab40786271e4d60b2e61e1dfb
0x8c26f6603e3a299fa9cfe11760cb1d466067df6683e59684653c652a7bed8561
0x14e70732acf15a2580d1a679d9fc7c5ee7d3294075e3467a72ef629adcdba23d
0x45a9af4402a7fe48bffd7e0db7365844e7288322f6d916f3ce6d865a7216bf97
0x63dce494b6bf63e1b554949272b20000b86ec94f9880316201031e134e80c8ec
0xeb58a75cdfcf5db60005ff768cf554df604ea51c220ff3aec8bcfaac0b4d206c
0x591bd25123c8d6905d775fd0fc12adda4d26e5197cb548594cb2f7159953301b

Functions
Getter at block 21041150
baseTokenURI(view returns (string)
https://gateway.pinata.cloud/ipfs/Qmb8JHsN6h6DeWwiYJH9Q3KJmxNGSEA6gzjfWTaqTysorF/
buyLimit(view returns (uint256)
100000000000000000000000
decimals(view returns (uint8)
18
minted(view returns (uint256)
740
name(view returns (string)
Loong404
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
100000000000000000000000
symbol(view returns (string)
LOONG
totalSupply(view returns (uint256)
1000000000000000000000
txLimit(view returns (uint256)
10000000000000000000
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)
createPair(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setLimit(uint256 _buylimituint256 _selllimit
setNameSymbol(string _namestring _symbol
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(address _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
ReentrancyGuardReentrantCall(
Unauthorized(
UnsafeRecipient(