Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "NekoAI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20154370 | 6 months ago | | | 0 | 0.00018915545 | |
| 17636444 | a year ago | | | 0 | 0.0015558193 | |
| 17373563 | 2 years ago | | | 0 | 0.0020110927 | |
| 17373561 | 2 years ago | | | 0 | 0.0018568543 | |
| 17373415 | 2 years ago | | | 0 | 0.0028050762 | |
| 17373404 | 2 years ago | | | 0 | 0.0027885848 | |
| 17373398 | 2 years ago | | | 0 | 0.0025625050 | |
| 17373378 | 2 years ago | | | 0 | 0.0028425263 | |
| 17373363 | 2 years ago | | | 0 | 0.0025319949 | |
| 17373359 | 2 years ago | | | 0 | 0.0027452898 |
ABI
ABI objects
Getter at block 21418792
DOMAIN_SEPARATOR() view returns (bytes32)
0xbdbaf8c808da35504852137b07e141443ab033cdacaa7060193d9c2af4d8e455
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
9
name() view returns (string)
NekoAI
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
NKAI
totalSupply() view returns (uint256)
10000000000000000000000000000001000000000000000000
twapEpochPeriod() view returns (uint256)
0
twapOracle() view returns (address)
0x0000000000000000000000000000000000000000
vault() view returns (address)
0x0cdfbf66947bbc171112b8b04359bf284f32cb6c
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events _burnFrom(address account_, uint256 amount_)
addTWAPSource(address newTWAPSourceDexPool_)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account_, uint256 amount_)
changeTWAPEpochPeriod(uint256 newTWAPEpochPeriod_)
changeTWAPOracle(address newTWAPOracle_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account_, uint256 amount_)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeTWAPSource(address twapSourceToRemove_)
renounceOwnership()
setVault(address vault_) returns (bool)
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)
TWAPEpochChanged(uint256 previousTWAPEpochPeriod, uint256 newTWAPEpochPeriod)
TWAPOracleChanged(address indexed previousTWAPOracle, address indexed newTWAPOracle)
TWAPSourceAdded(address indexed newTWAPSource)
TWAPSourceRemoved(address indexed removedTWAPSource)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.