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 "NEOGEN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14165361 | 3 years ago | | | 0 | 0.0011762168 | |
| 14121325 | 3 years ago | | | 0 | 0.019111650 | |
| 14121072 | 3 years ago | | | 0 | 0.022068624 | |
| 14120672 | 3 years ago | | | 0 | 0.0032048853 | |
| 14120635 | 3 years ago | | | 0 | 0.0073622134 | |
| 14120511 | 3 years ago | | | 0 | 0.0062967669 | |
| 14120432 | 3 years ago | | | 0 | 0.0035748735 | |
| 14120390 | 3 years ago | | | 0 | 0.0044808014 | |
| 14120384 | 3 years ago | | | 0 | 0.0045430579 | |
| 14120316 | 3 years ago | | | 0 | 0.0035661033 |
ABI
ABI objects
Getter at block 21118782
decimals() view returns (uint256)
18
name() view returns (string)
NEOGEN
symbol() view returns (string)
NEOGEN
totalSupply() view returns (uint256)
145000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(uint256 amount)
Mint(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address genArtCoreAddress, string _name, string _symbol, uint256 initialAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.