AICRYPTO
Verified contract
Active on
Ethereum with 9,662 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 "AICRYPTO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19889122 | 6 months ago | | | 0 | 0.00036521111 | |
| 17045511 | 2 years ago | | | 0 | 0.0015227535 | |
| 16881962 | 2 years ago | | | 0 | 0.00070170319 | |
| 15148298 | 2 years ago | | | 0 | 0.0028536269 | |
| 13870825 | 3 years ago | | | 0 | 0.0034717450 | |
| 12957015 | 3 years ago | | | 0 | 0.0011230000 | |
| 12763683 | 3 years ago | | | 0 | 0.00045369200 | |
| 12644086 | 3 years ago | | | 0 | 0.00049412000 | |
| 12525704 | 4 years ago | | | 0 | 0.0014149800 | |
| 12445695 | 4 years ago | | | 0 | 0.0031286160 |
ABI
ABI objects
Getter at block 21290590
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint32)
18
mintingFinished() view returns (bool)
false
msgSender() view returns (address)
0xd3081089d0581f15944b4d9f4b97a3bf541dc399
name() view returns (string)
AICRYPTO
owner() view returns (address)
0x7c675b7450e878e5af8550b41df42d134674e61f
symbol() view returns (string)
AIC
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getLockedAmount(address _granted) view returns (uint256)
grantedLocks(address, uint256) view returns (uint256 amount, uint256 expiresAt)
State-modifying
Events addLock(address _granted, uint256 _amount, uint256 _expiresAt)
approve(address _spender, uint256 _value) returns (bool)
decreseApproval(address _spender, uint256 _subtractedValue) returns (bool)
deleteLock(address _granted, uint8 _index)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
transferWithLock(address _to, uint256 _value, uint256[] _expiresAtList) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
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.