Aeron
Verified contract
Proxy
Active on
Ethereum with 10,001 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
Balances ($54.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 46.147217 | $1.00 |
$46.15 | |
ARNX | ERC-20 | 4.467862M | $0.000002 |
$8.71 | |
wMBX | ERC-20 | 21.369K | -- | -- | |
tBONE | ERC-20 | 42.564724 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21278751 | a day ago | | | 0 | 0.00091322906 | |
| 21261303 | 4 days ago | | | 0 | 0.00039634122 | |
| 21256804 | 4 days ago | | | 0 | 0.00025378683 | |
| 21254893 | 5 days ago | | | 0 | 0.00055056355 | |
| 21253885 | 5 days ago | | | 0 | 0.00069948981 | |
| 21253643 | 5 days ago | | | 0 | 0.00040270723 | |
| 21240142 | 7 days ago | | | 0 | 0.00057404085 | |
| 21240137 | 7 days ago | | | 0 | 0.00063170941 | |
| 21240133 | 7 days ago | | | 0 | 0.00063178869 | |
| 21237239 | 7 days ago | | | 0 | 0.0012980494 |
ABI
ABI objects
Getter at block 21287538
decimals() view returns (uint8)
18
name() view returns (string)
Aeron
owner() view returns (address)
0x0d80e86f5855affaea85bc424066c0f9ce1e40ad
stakingContract() view returns (address)
0x0d80e86f5855affaea85bc424066c0f9ce1e40ad
symbol() view returns (string)
ARNX
totalSupply() view returns (uint256)
15110833002000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
freezeOf(address _owner) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freeze(uint256 _value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name, string symbol)
mint(address to, uint256 amount)
renounceOwnership()
setStakingContract(address staking_contract)
transfer(address recipient, uint256 amount) returns (bool)
transferERC20(address _token, address to, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unfreeze(uint256 _value)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed from, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.