Nexus

Verified contract

Active on Base with 24 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Nexus"

0xcb81db010b229ee5b6794d35b5da3855f8c0446b562dea59d45bc06ef401840f
0xa6adb45de9439f9cf1c9189c9909a9a7b2e3c46713bc07825cdeb33652e777b5
0xd991e8e0609261c2b7b9d684092359fb1707923f34de253182ba1dba981873b5
0xce98ef4e595926b885dc08ce9b4b93bbc1a5fde784b89d4a0815af4243e5cc15
0x0f5db6c1d9d87fb5e2ef166c5b6d2b250d9ba99caced3900766c9991706a6090
0xa4d22406f073f038be30a7af35d8fcf5b769ba573b1146020e4f78cdda615150
0xcac7dae05f952bcc9a28f0b755a1b9d93905d81fb8bda219233a46b172c8c3ca
0xfda897052123407fda47d4e853c2820c3df320c3aa2fc669f9ddda41c1defacb
0xebd550a5601f7cf794d8e020eed2d9792533564a5ef114b457a88b4a61634dd8
0x723a904cdbbf01ad7ae974e5501b9626679333f299b06c961898c59c6a20f6d9

Functions
Getter at block 23153848
decimals(view returns (uint8)
18
name(view returns (string)
Nexus
symbol(view returns (string)
NEXUS
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)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
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