Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Neiro"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21071202 | a month ago | | | 0 | 0.00054668501 | |
| 20813714 | 3 months ago | | | 0 | 0.0011211005 | |
| 20793853 | 3 months ago | | | 0 | 0.00056664471 | |
| 20776746 | 3 months ago | | | 0 | 0.00078654603 | |
| 20776681 | 3 months ago | | | 0 | 0.00062454114 | |
| 20776678 | 3 months ago | | | 0 | 0.00070255239 | |
| 20776676 | 3 months ago | | | 0 | 0.00069781294 | |
| 20776676 | 3 months ago | | | 0 | 0.0011643729 | |
| 20776675 | 3 months ago | | | 0 | 0.00070552540 | |
| 20776674 | 3 months ago | | | 0 | 0.00061854526 |
ABI
ABI objects
Getter at block 21387183
bondingCurve() view returns (address)
0x59c7cf75af5e85ebe50c73e4ae5a51c0bcac3c31
decimals() view returns (uint8)
18
dexInitialized() view returns (bool)
true
name() view returns (string)
Neiro
symbol() view returns (string)
NEIRO
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBondingCurve(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
initializeDex() returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Created(address bondingC)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, string _website, string _tg, string _x, string _description, string _tokenLogo, address[] addresses)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)