Neuro Credits
Verified contract
Active on
Ethereum with 1,385 txns
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 "Neuro Credits"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17010902 | 2 years ago | | | 0 | 0.00051595802 | |
| 17009765 | 2 years ago | | | 0 | 0.00052008052 | |
| 17009313 | 2 years ago | | | 0 | 0.00055538025 | |
| 16577470 | 2 years ago | | | 0 | 0.00072773496 | |
| 16439310 | 2 years ago | | | 0 | 0.00040162965 | |
| 16287661 | 2 years ago | | | 0 | 0.00065473450 | |
| 16165578 | 2 years ago | | | 0 | 0.00035291339 | |
| 16052484 | 2 years ago | | | 0 | 0.00047500376 | |
| 15936368 | 2 years ago | | | 0 | 0.00087975196 | |
| 15295660 | 2 years ago | | | 0 | 0.00041503427 |
ABI
ABI objects
Getter at block 21290213
NeuroCreditPerTokenId() view returns (uint256)
25000000000000000000000
decimals() view returns (uint8)
18
gearContract() view returns (address)
0xff796cbbe32b2150a4585a3791cadb213d0f35a3
gearContractAddress() view returns (address)
0xff796cbbe32b2150a4585a3791cadb213d0f35a3
name() view returns (string)
Neuro Credits
owner() view returns (address)
0xc474037af4cad2466a3b833a8ee0e0951c1ebbf2
season() view returns (uint256)
0
symbol() view returns (string)
NEURO
tokenIdEnd() view returns (uint256)
7777
tokenIdStart() view returns (uint256)
1
totalSupply() view returns (uint256)
83000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
seasonClaimedByTokenId(uint256, uint256) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimAllForOwner()
claimById(uint256 tokenId)
claimRangeForOwner(uint256 ownerIndexStart, uint256 ownerIndexEnd)
daoMint(uint256 amountDisplayValue)
daoSetNeuroCreditPerTokenId(uint256 NeuroCreditDisplayValue)
daoSetSeason(uint256 season_)
daoSetSeasonAndNeuroCreditPerTokenID(uint256 season_, uint256 NeuroCreditDisplayValue)
daoSetTokenIdRange(uint256 tokenIdStart_, uint256 tokenIdEnd_)
daoSetgearContractAddress(address gearContractAddress_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.