AICRYPTO
Verified contract
Active on
Ethereum with 10,189 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AIC | ERC-20 | 50.299587M | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
HERO | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21119338 | 6 days ago | | | 0 | 0.00015107986 | |
| 21051770 | 16 days ago | | | 0 | 0.00028554889 | |
| 21050020 | 16 days ago | | | 0 | 0.00027406966 | |
| 20777053 | 2 months ago | | | 0 | 0.00035815001 | |
| 20776903 | 2 months ago | | | 0 | 0.00026462133 | |
| 20482794 | 3 months ago | | | 0 | 0.000057204494 | |
| 20409125 | 3 months ago | | | 0 | 0.000058731294 | |
| 20131560 | 5 months ago | | | 0 | 0.0012992193 | |
| 20004900 | 5 months ago | | | 0 | 0.00062118683 | |
| 19597709 | 7 months ago | | | 0 | 0.00083479456 |
ABI
ABI objects
Getter at block 21165334
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000000
ROLE_LOCKUP() view returns (string)
lockup
ROLE_MINT() view returns (string)
mint
decimals() view returns (uint32)
18
mintingFinished() view returns (bool)
false
msgSender() view returns (address)
0xd3081089d0581f15944b4d9f4b97a3bf541dc399
name() view returns (string)
AICRYPTO
owner() view returns (address)
0x3d5083d7fee56f03b4e15e1e0afe8bb81755e4e6
paused() view returns (bool)
false
symbol() view returns (string)
AIC
totalSupply() view returns (uint256)
7896754783810000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
checkRole(address _operator, string _role) view
grantedLocks(address, uint256) view returns (uint256 amount, uint256 expiresAt)
hasRole(address _operator, string _role) view returns (bool)
isAdmin(address _addr, string _role) view returns (bool)
lockedAmountOf(address _granted) view returns (uint256)
State-modifying
Events addAdmin(address _operator, string _role)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
claimAdmin(string _role)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
lock(address _granted, uint256 _amount, uint256 _expiresAt)
mint(address _to, uint256 _amount) returns (bool)
pause()
removeAdmin(address _operator, string _role)
renounceOwnership()
startMinting() returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferLocked(address _to, uint256 _value, uint256 _lockAmount, uint256[] _expiresAtList) returns (bool)
transferLockedFrom(address _from, address _to, uint256 _value, uint256 _lockAmount, uint256[] _expiresAtList) returns (bool)
transferLockedMultiply(address[] _recipients, uint256[] _values, uint256[] _lockAmounts, uint256[] _defaultExpiresAtList) returns (bool)
transferMultiply(address[] _recipients, uint256[] _values) returns (bool)
transferOwnership(address _newOwner)
unlock(address _granted)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Locked(address _granted, uint256 _amount, uint256 _expiresAt)
Mint(address indexed to, uint256 amount)
MintFinished()
MintStarted()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RoleAdded(address indexed operator, string role)
RoleRemoved(address indexed operator, string role)
RoleRemovedAll(string role)
Transfer(address indexed from, address indexed to, uint256 value)
UnlockedAll(address _granted)
Unpause()
constructor()
fallback()
This contract contains no error objects.