Loong

Verified contract

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

No balances found for "Loong"

0x4e3385393528f25ef8bd33bdc0219f3a69bae9bdeb48290362d3aefae7bc3559
0x673b605d2838cbf2d64d1a6c80c0a599cd8b87b202713b1f70477629f9f7fddc
0x2778fcfe3e9bfa2a6adae4536f9420e19f727a5698d40cb85140e1932502d799
0xdca7641b9f350074f144df3cc9ca350c995bc5b28cc5f57ee97915de1e281172
0xdcbf966abadee1da4d127bc556c0157ac1cb07f4120662ebfa23fa2b640aef70
0x8d76776b4cdfc9fc9965ccd7c4896f1627e247812fb784f2f8c1b404f5675ed7
0x849a2cca7e6024dedcc187f265896edc07b8cbecade6564f0168adbb640e6c88
0x31fd31852fed7b5b0faffd9b3f5277fbaeba48e1e9730ffd6609d1da3ad235e8
0x4b3cfe74856c3886fe76bde4293dd27caaa98bb20a231c3b593caa86185452c6
0x1ad0cd9d6b3732c8731ca670bb7d3fbb577d10cec07ac9b4722ad2b182fc1a5c

Functions
Getter at block 20904154
baseTokenURI(view returns (string)
dataURI(view returns (string)
http://loong.cx/img/
decimals(view returns (uint8)
18
minted(view returns (uint256)
183
name(view returns (string)
Loong
owner(view returns (address)
0x4d6c26be9feecbe4892e59870df5609a17611097
symbol(view returns (string)
LOONG
totalSupply(view returns (uint256)
21000000000000000000000000
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)
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
setDataURI(string _dataURI
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(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

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