AORA COIN
Verified contract
Active on
Ethereum with 2,250 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 |
---|---|---|---|---|---|
AORA | ERC-20 | 15 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20409083 | 4 months ago | | | 0 | 0.000047089000 | |
| 19815153 | 7 months ago | | | 0 | 0.00018750282 | |
| 15211013 | 2 years ago | | | 0 | 0.00014123100 | |
| 10545432 | 4 years ago | | | 0 | 0.0025599690 | |
| 9949785 | 5 years ago | | | 0 | 0.000074154000 | |
| 9901238 | 5 years ago | | | 0 | 0.000044154000 | |
| 9866416 | 5 years ago | | | 0 | 0.000061196859 | |
| 9862172 | 5 years ago | | | 0 | 0.000022089000 | |
| 9861059 | 5 years ago | | | 0 | 0.000022089000 | |
| 9753325 | 5 years ago | | | 0 | 0.000022089000 |
ABI
ABI objects
Getter at block 21317948
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
AORA COIN
owner() view returns (address)
0xfae7c9c15d3ff73822eaa6e385e5989aec3f2961
symbol() view returns (string)
AORA
totalSupply() view returns (uint256)
62645425000000049212966674
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
claimTokens(address _token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value)
renounceOwnership()
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 from, address indexed burner, uint256 value)
ClaimedTokens(address tokenAddress, address ownerAddress, uint256 amount)
Mint(address indexed to, address indexed minter, uint256 value)
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.