Neiro

Unverified contract

Proxy

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

No balances found for "Neiro"

0x920e45cc1e2e0eee8d63b2a75acde4e868055bfd02136de1a3584c5f26526781
0xba38bd9686de1f10d3c1e9e62750859641fbdad8182633fe4402758f4e292ff0
0x539fc6fd189da5088d6c986235cbd82c43e23f52604cd9f0368f9bbaf9aabf1f
0x37202c0841289bf2860cfe2d772104fc325c86b0e72b1db88ad44bf08e5d58f4
0x01be448175c7d828136128095382ffaaa2cbdda200157330665e3bf378c955a9
0x0fbe071c274f33b8fb93b77e14ec5b27a6e56e2b30d5daaba5f4d8c23cc68353
0x72400835614b8d3608b37dcc59842272b7e9838ecf3ab79125318f5859c0d54e
0xe3af6908037679977613c89b768dda2c1639cb308645417ea892d9cc74d2a479
0x6287e836d2606ef49b8411bacf13d24721d22153cf9e902bb203b3575592bb31
0xf60df5a2a359bc81fd14115c4915df4b5eb878bb769303e834e4cfc7499ac796

Functions
Getter at block 22761651
DOMAIN_SEPARATOR(view returns (bytes32)
0xd5572ccee2e33e7934868faf7a7cca79f6a11cb1799ff3a1f9308456d2854c5c
decimals(view returns (uint8)
9
interchainTokenId(view returns (bytes32)
0x502cc5499ba98b2c5f0f7d7090d6db2a4730dabe1450f744ea292d2a27ff870e
interchainTokenService(view returns (address)
0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c
name(view returns (string)
Neiro
nameHash(view returns (bytes32)
0x155b4fda00caf41277004ff2a74a6be0842aa18a18368d168d5eb2467f714352
symbol(view returns (string)
NEIRO
totalSupply(view returns (uint256)
104169801111607
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
hasRole(address accountuint8 roleview returns (bool)
isMinter(address addrview returns (bool)
nonces(addressview returns (uint256)
State-modifying
acceptMintership(address fromMinter
approve(address spenderuint256 amountreturns (bool)
burn(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
init(bytes32 tokenId_address minterstring tokenNamestring tokenSymboluint8 tokenDecimals
interchainTransfer(string destinationChainbytes recipientuint256 amountbytes metadatapayable 
interchainTransferFrom(address senderstring destinationChainbytes recipientuint256 amountbytes metadatapayable 
mint(address accountuint256 amount
permit(address issueraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
proposeMintership(address minter_
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferMintership(address minter_
Events
Approval(address indexed owneraddress indexed spenderuint256 value
RolesAdded(address indexed accountuint256 accountRoles
RolesProposed(address indexed fromAccountaddress indexed toAccountuint256 accountRoles
RolesRemoved(address indexed accountuint256 accountRoles
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
AlreadyInitialized(
InterchainTokenServiceAddressZero(
InvalidAccount(
InvalidProposedRoles(address fromAccountaddress toAccountuint256 accountRoles
InvalidS(
InvalidSignature(
InvalidV(
MissingAllRoles(address accountuint256 accountRoles
MissingAnyOfRoles(address accountuint256 accountRoles
MissingRole(address accountuint8 role
PermitExpired(
TokenIdZero(
TokenNameEmpty(
TokenSymbolEmpty(