Azukevin

Verified contract

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

No balances found for "Azukevin"

0x10dbc94b9133d32a4e016a61bcbd4ac7d811b15137e88658102e0b95dc8d1215
0x5f6de1ce7baae6670afd8f9987119c7b9c0ebec1035d7958dfcefbc6435674c8
0x280605bfcf09c9788db67d49c5e3f5050fdc6601976c7fa81820a14c99f77315
0xe7490e29e61dcf14d12435a81f060770bdff1ce874be3e18f299c95a85b38421
From
0x11268e963e03a9c98f0d31c530b004fac832dcd1e98c5a201a776c07d4ec4e48
From
0x9e4305d18e096462ad85fdc3a102fcf87c639ec5e5969341008a6609215bef64
0x660604e71103452e42fa02b82387848c410119b4e2133740d86351a9d95852e4
0x6da132b7309649cd3042d314cc03d22a776f020a0ee3ea02a80ffe8c4f351525
0x7732e57a49250380ffd1faee93db21c73b175a93cac8eebe8a73c9390a9be4b0
0xe0365b72e19d5c66495b0bed0e9027ab15b6eb1405e65da5a9bc3d7b584a5a5e

Functions
Getter at block 20953940
MAX_SUPPLY(view returns (uint256)
555
mint_status(view returns (bool)
true
name(view returns (string)
Azukevin
owner(view returns (address)
0xfc9c28bab8288616b8481b7dca0055bb3ac0482c
price(view returns (uint256)
5000000000000000
symbol(view returns (string)
AZUKEVIN
totalSupply(view returns (uint256)
411
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
qteMinted(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
giveaway(address[] _touint256 amount
mint(uint256 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setMintMaxSupply(uint256 _max_supply
setMintPrice(uint256 _price
setMintStatus(bool _status
transferFrom(address fromaddress touint256 tokenId
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(