Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ARAVerse"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19066896 | 9 months ago | | | 0 | 0.00043350500 | |
| 19027029 | 9 months ago | | | 0 | 0.0013367441 | |
| 18920295 | 10 months ago | | | 0 | 0.00095094480 | |
| 18607223 | a year ago | | | 0 | 0.0010116204 | |
| 18606679 | a year ago | | | 0 | 0.00098905631 | |
| 18468679 | a year ago | | | 0 | 0.00035015123 | |
| 18082096 | a year ago | | | 0 | 0.00025819665 | |
| 18022502 | a year ago | | | 0 | 0.0014047128 | |
| 17830680 | a year ago | | | 0 | 0.00090214047 | |
| 17830606 | a year ago | | | 0 | 0.00084264149 |
ABI
ABI objects
Getter at block 21091314
decimals() view returns (uint8)
18
name() view returns (string)
ARAVerse
symbol() view returns (string)
ARA
totalSupply() view returns (uint256)
11111111000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 initialBalance_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.