Loong ERC404

Verified contract

Active on Ethereum with 12,899 txns
Deployed by via 0x36d6d7b8 at 19190709
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Loong ERC404"

0xd5785d6735f0bf3973f04d50ec05bae57eded42819d4e0580feb3865f9da529e
0x6dd031a8ceb4a7065b3d6a39a7658b406b92760420f8d0b10357a01c1adc0fb6
0x5cc98b36a992ff99875a29f5984f91856860b6a00f870aeac8b4c913c5445098
0x0b0c38536d9a840342d9beeaf39f53facc01b7cfcc5b98c72d9f321595795f0f
0x25b89d0264a22b3bd504b66e50f84fb037be7671143f94ddddb715649a4effb5
0x30f1efec182f5952916bd09569b4f1471646bdcc256f26fd2fea553e2cc72005
0xce67a6796397ec47bbe72a47a35691a1b5ae3703b6d78bdbe9eb30dcd9619795
0xa28343215de5217383257b96802eb0102b30428d2a4bfaf6cebe00902488816f
0x1f2eb25a6daef4946871414e452a75272aa77e248ad8dd443975a5a389c05a64
0xadafe989ecb046f7beac4d53ca20d674dbcd61d5c5bf5c161ec05421c269a86c

Functions
Getter at block 20860156
LoongTreasury(view returns (address)
0xa51a0b85ac40581b6ba8c79cc4a5bb767d799117
NFT_PRICE(view returns (uint256)
12000000000000000
TOTAL_MINT_SUPPLY(view returns (uint256)
10000
USER_MINT_SUPPLY(view returns (uint256)
10
baseTokenURI(view returns (string)
https://metadata.loongerc404.com/10k/
decimals(view returns (uint8)
18
minted(view returns (uint256)
17798
name(view returns (string)
Loong ERC404
owner(view returns (address)
0x70db65c178edb5412bb0f6dd4cb9cae81777b611
symbol(view returns (string)
LOONG
totalMintCount(view returns (uint256)
10000
totalSupply(view returns (uint256)
10000000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
mintCount(addressview returns (uint256)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 tokenIdview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
mint(payable 
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
withdrawEth(address to
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidId(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(