AidCoin
Verified contract
Active on
Ethereum with 15,210 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
KCN | ERC-20 | 1K | -- | -- | |
AID | ERC-20 | 99 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149135 | 2 days ago | | | 0 | 0.00040010797 | |
| 21145669 | 2 days ago | | | 0 | 0.00064120410 | |
| 21137278 | 3 days ago | | | 0 | 0.0010152067 | |
| 21091992 | 10 days ago | | | 0 | 0.00028055106 | |
| 20695726 | 2 months ago | | | 0 | 0.000074302462 | |
| 20695723 | 2 months ago | | | 0 | 0.00023387064 | |
| 20687921 | 2 months ago | | | 0 | 0.00030948848 | |
| 20662254 | 2 months ago | | | 0 | 0.00027376376 | |
| 20506238 | 3 months ago | | | 0 | 0.00013859554 | |
| 20489598 | 3 months ago | | | 0 | 0.00019045157 |
ABI
ABI objects
Getter at block 21160309
decimals() view returns (uint256)
18
maxSupply() view returns (uint256)
100000000000000000000000000
mintingFinished() view returns (bool)
true
name() view returns (string)
AidCoin
owner() view returns (address)
0xf0dbdf8908d0f3a78d1c98c3feda4b08fcbfee35
symbol() view returns (string)
AID
totalSupply() view returns (uint256)
42547118700000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
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)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, 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.