TheNFT

Verified contract

Active on Ethereum with 167 txns
Deployed by via 0xc385e070 at 16297671
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "TheNFT"

0x8f41b5d178e722c8857d97a8c12c1884e4cfd70495d2379dbc03e4e753cd4a99
0x2333754b43b94f93853e472d70cd3e72947c49af3057afb1af91b8a2e0d21b85
0x8a016c25195bff7cebd1497712a3ec67226e6c35fa7a0447a009e265820ad71d
0x5c20f742b9fba868b8327e2918596448bd3844b1de84480f4d2500984768d4bf
0xd6f0c5207360e7af0560a00650a9f0b6d70390c1baa0450e62bd12d4359a85e9
0xdc8f021b08c6feadfd1247ec4f684445d56ce2adfba884579a7b465282fa19ad
0x52fb10e98acdae261f942cce436008286b090adce4fe43fa2670f223719fb03d
0x7d327cbf8db2dc4827cca308bc73253d172545dd6d172e4621ffbf543a0275b3
0xc2dfa21e49d0730df4ae44d63efe9ac01c8b3872c4be646049c1338d9f902ff3
0x69c537dcd45b68fcde339dd5b6da0c4ed7ec98397289db0f31a173388dfead3b

Functions
Getter at block 20931869
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_baseStakingBP(view returns (uint16)
41
_isRevealed(view returns (bool)
true
_maxNFTAmount(view returns (uint256)
10
_maxSupply(view returns (uint256)
501
_minAmount(view returns (uint256)
0
_paused(view returns (bool)
false
getMinAmount(view returns (uint256)
0
getPrice(view returns (uint256)
100000000000000000
name(view returns (string)
TheNFT
owner(view returns (address)
0x2fad5732e621121921cb5d1e7989c1fd91c8da09
symbol(view returns (string)
TheNFT
totalSupply(view returns (uint256)
207
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getStakingBP(uint256 tokenIdview returns (uint16)
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
setStakingBP(uint256[] tokensuint16 bonusPoints
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