ARUKAMI DRAGONZ

Verified contract

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

No balances found for "ARUKAMI DRAGONZ"

0x46a349abfa0ce30827207ad000374bdc2b1a55137111535cb5daae7900ff2f39
0xeba89eb6abf59c1ad17dbe46f6a3c2a8eccbe69a9d173524558352f75f546575
0x53052bbe4199cb09613f6c50075af62a5749c8168e47e203efdf2412462a4560
0x0eaf8f39dc2bd007d7cd7fbb8b0441fdc25e22224f576f46441e14dfc4fd12f6
0x85b20181f0b90d14f264c351ffa8ebef87ab2da6415b4f853a34060ce4e1263c
0xc2f9f4d3cd8bd43ea8c9204e0e5f3e70d6eff8765e802c25f5ba99199e08f929
0x494f204dd8f3af24fdc45fe9fb343036d1fbf3d7d5db2c576aa2bad32955c740
0x1581db514f350cfc8122b3d87dc58eead05cbf5e7a591fa59262eff95539f42f
0x5f0ed4fc71c73e0f318039c845f78039954883981b9b14a6523fd11aa4770c95
0x921bc7c8cd29aee892d282087aa038c8b9a1333bd714b1062d83b55dd3e32b54

Functions
Getter at block 21391100
FREE_PER_WALLET(view returns (uint256)
2
MAX_PER_WALLET(view returns (uint256)
5
MINT_PRICE(view returns (uint256)
10000000000000000
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
2222
name(view returns (string)
ARUKAMI DRAGONZ
owner(view returns (address)
0x489388f9cccb43d1262f894aace125afe1007f3f
symbol(view returns (string)
AD
totalSupply(view returns (uint256)
2222
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(