Neiro

Unverified contract

Proxy

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

No balances found for "Neiro"

0xe899be6a76a9dfe4cc5e6c7a8d1f4908423d49fe776c52a2dc09cbe28eeec3f2
0xec2f902ce5b732b859eae55239a7ac89730eb9fa3765231fef4ef3b8da92b8ba
0x58211ed3414161378734408d36d0c67eb9ca3d4ad67305b2b23dd1952f11deae
0x50eed181836766e5419cab467958e56a0290ef2315df147e22e13a9c0a1f63c0
0x123d3b2033f2436fdc9465abf2de04702eb830c66e6d7dbe40bd968c159d3d87
0xc0830737017bc090c69d4ca9338729982d6f9e886f2dfa44b6b98e4d81b684fb
0x7900586f22b78787a8e989991c2022b4bb9b0d0a84f9032da6e788bc13208f7e
0xf73df706893efa8bddd6c2bd682465b88e9ca3ede1ecf7e686fa6e7fb09872a5
0x64cf3315a60f82f11095a14bb722be0d06a7bde5b11aa53842e8c2624d8b3e44
0xfd61ef65f58fad1441c72d93bcff134a4e8c05e96d5a592ea6e70c6441bb9e8c

Functions
Getter at block 22768836
BRIDGE(view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN(view returns (address)
0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee
bridge(view returns (address)
0x4200000000000000000000000000000000000010
decimals(view returns (uint8)
9
l1Token(view returns (address)
0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee
l2Bridge(view returns (address)
0x4200000000000000000000000000000000000010
name(view returns (string)
Neiro
remoteToken(view returns (address)
0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee
symbol(view returns (string)
Neiro
totalSupply(view returns (uint256)
168763281511998797
version(view returns (string)
1.0.0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
supportsInterface(bytes4 _interfaceIdpure returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(address _fromuint256 _amount
initialize(address _bridgeaddress _remoteTokenstring _namestring _symboluint8 _decimals
mint(address _touint256 _amount
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Burn(address indexed accountuint256 amount
Initialized(uint64 version
Mint(address indexed accountuint256 amount
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InvalidInitialization(
NotInitializing(
OnlyBridgeAllowed(