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 |
---|---|---|---|---|---|
AR | ERC-20 | 40.759168M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15066917 | 2 years ago | | | 0 | 0.00014958000 | |
| 14396775 | 3 years ago | | | 0 | 0.0011286720 | |
| 13360333 | 3 years ago | | | 0 | 0.0042836865 | |
| 13359469 | 3 years ago | | | 0 | 0.0031419360 | |
| 13340105 | 3 years ago | | | 0 | 0.0013609845 | |
| 13340043 | 3 years ago | | | 0 | 0.0015266036 | |
| 13335237 | 3 years ago | | | 0 | 0.0025177826 | |
| 13228493 | 3 years ago | | | 0 | 0.0027241943 | |
| 13228493 | 3 years ago | | | 0 | 0.0043745477 | |
| 13228467 | 3 years ago | | | 0 | 0.0010084259 |
ABI
ABI objects
Getter at block 21168542
decimals() view returns (uint256)
3
name() view returns (string)
Arix
symbol() view returns (string)
AR
totalSupply() view returns (uint256)
33018543750
viewMinimumBalanceforinterest() view returns (uint256, uint256, uint256)
(2000000, 1000000, 500000)
Read-only
allowances(address _from, address _spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events admintransfer(address recipient, uint256 amount) returns (uint256)
approve(address _spender, uint256 value)
changeMinimumBalanceforinterest(uint256 y1, uint256 y2, uint256 y3)
multiInterestCredit(address[] _contributors) returns (uint256)
multiInterestUpdate(address[] _contributors) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address _newAdmin)
Approval(address indexed _from, address indexed _to, uint256 _value)
InterestTransfer(address indexed to, uint256 value, uint256 transferTime)
MinimumBalanceforinterestchanged(uint256 _oldminyear1, uint256 _oldminyear2, uint256 _oldminyear3, uint256 _newminyear1, uint256 _newminyear2, uint256 _newminyear3)
OwnershipTransferred(address _oldAdmin, address _newAdmin)
Transfer(address indexed frm, address indexed to, uint256 value)
constructor(uint256 maximumcoin, uint32 secondsforoneyear, uint32 secondsforthreemonths, uint32 secondsforonemonth, uint32 secondsforthreeminute, uint256 minimumbalanceforfirstyearinterest, uint256 minimumbalanceforsecondyearinterest, uint256 minimumbalanceforthirdyearinterest, string name, string symbol, uint256 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.