New Generation Heroes

Verified contract

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

No balances found for "New Generation Heroes"

0x521c7adefe8b72d82916bcdf5ca688def76e074c877f56c6a1c0cb3d822d7a0f
0xdbdd54ab9b9ccee13b9d81db1df3c880891acf2e7b6c6f3bbc6e6a5af05458e4
0xf200b4a4775b0988a841c4e3d61e9fb78efcefe40d18603cb16a7a74a06583c8
0xea066b758236c41a3de3314e3125637f292a0741c6919d427499108434c0cbc2
0xb3c2275961875bc5300da863864a9a69b606fe3a3cd9d0bdc4c6668f7feafc8b
0x4ceb3a0d0e9bd22245439dbe34b349011b60e6a3cff7596f3155eb675d15c641
0xb2ceef060585bb1f404dfe45a7536e6fb1e6c8a27eb9d8d764889a5e34a84ddf
0x4f874a6d186df1ed2eb9a0a4fd9f801cae7904bc2a43f996df4d853a2d110fd0
0x5a298898baac3aad72b4bafdb08e2cf9f19d0175c81ce6d2ae4e231ef5d14204
0x8227306ba1ef4e5e3f336994a62bdc514ec0e9f2f4ce3a446f9216dc9215557f

Functions
Getter at block 21220184
maxFreePerWallet(view returns (uint256)
6
maxPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
1000
mintEnabled(view returns (bool)
true
name(view returns (string)
New Generation Heroes
owner(view returns (address)
0x816772d5ff7e2904f1ba30cea4cd26c06eb43b29
price(view returns (uint256)
2000000000000000
symbol(view returns (string)
NGH
totalFree(view returns (uint256)
333
totalSupply(view returns (uint256)
1000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
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
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(