ZeroWayFT

Verified contract

Implementation

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

No balances found for "ZeroWayFT"

No transactions found for "ZeroWayFT"


Functions
Getter at block 22909161
DOMAIN_SEPARATOR(view returns (bytes32)
0xfef093b2f5dd0be73be32b1dcfc2c40409b6a46b2a545a31aaeb3df348ef79ae
actionFee(view returns (uint256)
0
bridgeFeePerETH(view returns (uint256)
0
decimals(view returns (uint8)
18
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=, version=, chainId=8453, verifyingContract=0x895859faa7c77bc935946491e3e22c71870b9de4, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
hyperlaneClient(view returns (address)
0x0000000000000000000000000000000000000000
mailboxAddr(view returns (address)
0x0000000000000000000000000000000000000000
minAmountRule(view returns (uint256)
0
mintFeePerETH(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
zerowayFomo(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address target_address spender_view returns (uint256)
balanceOf(address accountview returns (uint256)
calculateBridgeFee(uint256 amount_uint32 destinationDomain_view returns (uint256)
calculateBridgeFeeBatch(uint256[] amounts_uint32[] destinationDomains_view returns (uint256)
calculateHyperlaneFee(uint256 amount_uint32 destinationDomain_view returns (uint256)
calculateMintFee(uint256 amount_view returns (uint256)
nonces(address ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
bridge(uint256 amount_uint32 destinationDomain_payable returns (uint256bytes32)
bridgeBatch(uint256[] amounts_uint32[] destinationDomains_payable returns (uint256bytes32[])
handle(uint32 origin_bytes32 sender_bytes data_payable 
initialize(address initialOwneruint256 mintFeePerETH_uint256 bridgeFeePerETH_address mailboxAddr_address hyperlaneClient_
mint(address target_uint256 amount_payable returns (uint256)
mintForFomo(uint256 amount_returns (uint256)
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
renounceOwnership(
setActionFee(uint256 actionFee_
setBridgeFeePerETH(uint256 bridgeFee_
setMailbox(address newMailbox_
setMintFee(uint256 mintFeePerETH_
setZerowayFomo(address newZerowayFomo_
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
withdrawETH(address to_uint256 amount_
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Bridge(address indexed senderuint256 indexed amountuint32 indexed destinationDomainuint256 feebytes32 messageId
EIP712DomainChanged(
Handle(address indexed senderuint256 indexed amountuint32 indexed destinationDomainaddress mailboxbytes data
Initialized(uint64 version
Mint(address indexed senderaddress indexed targetuint256 indexed amountuint256 fee
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetActionFee(address indexed senderuint256 actionFee
SetBridgeFeePerETH(address indexed senderuint256 bridgeFeePerETH
SetMailbox(address indexed senderaddress indexed newMailbox
SetMintFeePerETH(address indexed senderuint256 mintFeePerETH
Transfer(address indexed fromaddress indexed touint256 value
WithdrawETH(address indexed senderaddress touint256 amount
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ERC2612ExpiredSignature(uint256 deadline
ERC2612InvalidSigner(address signeraddress owner
InvalidAccountNonce(address accountuint256 currentNonce
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(