DR4G0NZ

Verified contract

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

No balances found for "DR4G0NZ"

0x7a92b77afbb46a3ae7f1e9bf05ed86d6db8c395a77c51b90399fbd390c7a60eb
0x514ce41a6f67d59ccc7170533725ff1da794193320ed3136fdebe232bc9d6a36
0x82f1e328062401809d596aff9925ce8a1d007b56bddca086cbd202d607e65827
0x1ec82ef5d75fa6077a84c6fba68cbefe6869ea7eaff1cbe180ce5b37b35a76cd
0x80e4242ed2797297a5a2994f6ede9bc1bbad4df93ef2e28df6dda63f1a590681
0xb86c9f83b82532be321cc2ed1025d402faed9148565f42b9618480fdf1e17ad9
0x2249900e138f7290880dd3944dbf15fc47615b0bbc2f5f5e2e04ad262c0315ad
0x91fd42863b3bc9a2af20ed1a67cd866d473749e5f9270363de86eaa26ece4407
0x72f1a7d312e49580fcca7b0188f0f4f41febc38ea19e4e82ee2edd8dbf6cea82
0x23d62737d1c9a78f33707d4827c07d2a384b5dd3f7f74906935df7da9da5cdfe

Functions
Getter at block 20854802
baseTokenURI(view returns (string)
https://ipfs.io/ipfs/bafybeigf733ru4zj7qt2sganofecn3l5ng4jqwd626ibv34xpqzi4muxzu/
decimals(view returns (uint8)
18
erc721totalSupply(view returns (uint256)
977
 
getTokenIdPool(view returns (uint256[])
maxMintedId(view returns (uint256)
977
name(view returns (string)
DR4G0NZ
owner(view returns (address)
0xca9fc5c87315ee8f3163dcb9dcf450d1c5f024c9
symbol(view returns (string)
DR4G0NZ
totalSupply(view returns (uint256)
975750069233040793107
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
permitted(addressview returns (bool)
tokenIdPool(uint256view returns (uint256)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
burn(uint256 amount
mint(address touint256 amountreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setNameSymbol(string _namestring _symbol
setPermitted(address _allowedAddressbool _flag
setTokenURI(string _tokenURI
setTradingmode(bool _Tradingmode
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(