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 "AIV"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20320126 | 4 months ago | | | 0 | 0.00062372409 | |
| 20319962 | 4 months ago | | | 0 | 0.00055814993 | |
| 20319789 | 4 months ago | | | 0 | 0.00047021276 | |
| 18931429 | a year ago | | | 0 | 0.00073296404 | |
| 17962861 | a year ago | | | 0 | 0.00060964411 | |
| 17961964 | a year ago | | | 0 | 0.00079944695 | |
| 17664060 | a year ago | | | 0 | 0.0026161575 | |
| 16967914 | 2 years ago | | | 0 | 0.00076800086 | |
| 16967623 | 2 years ago | | | 0 | 0.00078279791 | |
| 16967555 | 2 years ago | | | 0 | 0.00068099224 |
ABI
ABI objects
Getter at block 21230265
cap() view returns (uint256)
2000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
AIVIA TOKEN
owner() view returns (address)
0x66ff60dca0c508e7f77eba2836e7404c7197b029
paused() view returns (bool)
false
symbol() view returns (string)
AIV
totalSupply() view returns (uint256)
220240000000000000020000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
addToWhiteList(address _address)
approve(address spender, uint256 value) returns (bool)
approveFromProtocol(address sender, address spender, uint256 tokens) returns (bool success)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
mintBatch(address[] addresses, uint256[] values)
pause()
removeFromWhiteList(address _address)
removeMinter(address account)
removePauser(address account)
renounceOwnership()
setEntryPointAddress(address _EntryPointAddress)
transfer(address to, uint256 value) returns (bool)
transferBatch(address[] addresses, uint256[] values)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals, uint256 cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.