AutistsNFTs

Verified contract

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

No balances found for "AutistsNFTs"

0xc3f71cdf2c92a50ec8c6544bff76d4af2bef4a8f547d377b54218c6c1671d4b0
0xbb61d8fbb6c45acf85f9cae13817f6209738357c9fabbeec7a913b85122ee2d4
0xaeb73badaea857cd3059e44f8e8b5b7710b98a27b5f3a2f66af6dfcd40060f3a
0x45b6f03a9927a7e79f95bae5853e22da14c659fee2361fb8bb23a1ee0294e2b3
0x3ae7c0e469ff0a11796a2c3597aa8a821b8ddedc016c3ab85c04fe89c7672b22
0x4a0f829f0dc2c00ece9d6bf431b00ebbe0d5f2803e09585720a26d60b7939b79
0xc0ebdbce93256f0b3cda20e4f2f6e0121d216534eff78d5c55c1dbf59507ac69
0x1ebd16f37742c419849f033190198b6e5a5bdde13dfe78b51917b9d6e39ff680
0xc74d662148eeac2b1ee0a5e57923019b51d27d2d1240bef3cf3997471129f334
0x97a4f8ba604692c7ac065e1ac2fdcd69fed49a612aabd6df098b8a39a349b51b

Functions
Getter at block 20888854
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_isRevealed(view returns (bool)
true
_maxNFTAmount(view returns (uint256)
1
_maxSupply(view returns (uint256)
100
_minAmount(view returns (uint256)
100000000
_paused(view returns (bool)
false
getMinAmount(view returns (uint256)
100000000
getPrice(view returns (uint256)
1000000000000000000
name(view returns (string)
AutistsNFTs
owner(view returns (address)
0xd4a79d62ddbc39b33297498c43e4cc4f468cdb7f
symbol(view returns (string)
AutistsNFTs
totalSupply(view returns (uint256)
74
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address operatoruint256 tokenId
grantRole(bytes32 roleaddress account
mint(uint256 numpayable 
pause(bool val
renounceOwnership(
renounceRole(bytes32 roleaddress account
reveal(
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMinAmount(uint256 _newMinAmount
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator