Neira on Base

Verified contract

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

No balances found for "Neira on Base"

0x5ec6c504a944b6e976ae5259145fd489ac57e92e91b6c2504eb6d28a822f979e
0xb219db10e0444e904954b103f95f0577862e71a25612599953f1be53da15226e
0xec6a2c08a0f4cc526b2c4bba62fe2fdda667ae5a9a5b7f64839f85b252cfb495
0x93ea912f11caeaaf1a9fd0dcbf2e848f0bb79bcbc88d3b4ac23c37f386b8ac6b
0xc8e4f10805fe94cef7ce017f82e6541624e750fae9b23d4b6ebd8550ffe149ba
0x0474bf5af4495e71b454856d92582855c0bbc4ed222da2c969dc9d172baaa87d
0x01fb7b01bd95c897b5ac279ebf340d3431eda68da74bc25f1ce8aa5a36978532
0x16c87945545bf09bd478e95202cca67d039dc4b1732c09fa4a283ee4992e0fa5
0xb8c5b0b9860a05947a9a7b9437d9d0d1476f3717c02253b01472e936646f06ff
0x6fdb97a83fd699b9f9d8a6dd12172219432be911b0c99c515d81dff6516ec5d6

Functions
Getter at block 22745774
decimals(view returns (uint8)
18
name(view returns (string)
Neira on Base
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NEIRA
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account