New Way

Unverified contract

Proxy

Active on Base with 40,040 txns
Deployed by via 0xf8b4f4c8 at 19056905
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "New Way"

0x8e2d00ca36e7e9b0adda5a43191e36989598b7132cbdd61cc7e9927888b96254
0x334d779c65d7dc5c49d02a71a08d841fd8a790f7b2901bfb65d1b44c9ce6a0cd
0xb467a860191e7146809af916539faa15d39fa96f4e41d501c2844a4b00322c6c
0x7f62bfc8bfd30c06e902e6be292e940204d7bfd12cd005eb8ebb283ea6db50b2
0xe4c9fd736d4b15b1563985e63f4dccd1b089503e84395414c4111c29d791fb1c
0xcb29c68750fb6c7eb4ef2f13971cb54902498b5569c219d838013e33ad5c2d34
0xdfc4884c6d559a710a7884ed382313511057968babf6aa02080124c0fa1808d3
0xac68ac3ccadc148959f56e6e24d22918a77467a539200dfd961668b56ccd174a
0x65c51aa734da18f8f516f06beb79e84968a59b95ce29cbd7a022c241aa266371
0xb2b7853669e8f00fecadfe7b838ee84c7e5e45495427e9e59326e319b30256e2

Functions
Getter at block 22756119
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
39522
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name(view returns (string)
New Way
owner(view returns (address)
0x8eb48f7dcc00655e931fde29beaa3311021438f9
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NW
totalSupply(view returns (uint256)
39521
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId