ZeroWayNFT

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x0d630119 at 12907453
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ZeroWayNFT"

No transactions found for "ZeroWayNFT"


Functions
Getter at block 22762156
hyperlaneClient(view returns (address)
0x0000000000000000000000000000000000000000
mailboxAddr(view returns (address)
0x0000000000000000000000000000000000000000
mintFee(view returns (uint256)
0
name(view returns (string)
nextTokenId(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
uri(view returns (string)
Read-only
balanceOf(address ownerview returns (uint256)
calculateBridgeFee(uint256 tokenId_uint32 destinationDomain_view returns (uint256)
getApproved(uint256 tokenIdview returns (address)
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)
State-modifying
approve(address touint256 tokenId
bridge(uint256 tokenId_uint32 destinationDomain_payable returns (uint256bytes32)
handle(uint32 origin_bytes32 sender_bytes data_payable 
initialize(address initialOwner_uint256 initialTokenId_uint256 mintFee_address mailboxAddr_address hyperlaneClient_string uri_
mint(address target_payable returns (uint256)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setMintFee(uint256 mintFee_
setURI(string uri_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawETH(address to_uint256 amount_
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Bridge(address indexed senderuint256 indexed tokenIduint32 indexed destinationDomainuint256 feebytes32 messageId
Handle(address indexed senderuint256 indexed tokenIduint32 indexed destinationDomainaddress mailboxbytes data
Initialized(uint64 version
Mint(address indexed senderaddress indexed targetuint256 indexed tokenIduint256 fee
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetMintFee(address indexed senderuint256 mintFee
SetURI(address indexed senderstring oldUristring newUri
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
WithdrawETH(address indexed senderaddress touint256 amount
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC721EnumerableForbiddenBatchMint(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
ERC721OutOfBoundsIndex(address owneruint256 index
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account