Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0987…35f5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARNA | ERC-20 | 10K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15254913 | 2 years ago | | | 0 | 0.0033633900 | |
| 15254904 | 2 years ago | | | 0 | 0.00014519830 | |
| 15254826 | 2 years ago | | | 0 | 0.00013397472 | |
| 15254719 | 2 years ago | | | 0 | 0.00031834528 | |
| 14241343 | 3 years ago | | | 0 | 0.0019267354 | |
| 14165713 | 3 years ago | | | 0 | 0.0026078983 | |
| 12319485 | 4 years ago | | | 0 | 0.0015728640 | |
| 12260931 | 4 years ago | | | 0 | 0.0046283130 | |
| 12258688 | 4 years ago | | | 0 | 0.0089551637 | |
| 12254464 | 4 years ago | | | 0 | 0.0039447000 |
ABI
ABI objects
Getter at block 21292561
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
crowdsale() view returns (address)
0x09873cdd92782ee43e7881da138a156e7e8835f5
decimals() view returns (uint8)
18
name() view returns (string)
ArnaToken
owner() view returns (address)
0xeaf946ca01209881de4980404c7bc36a8835d2d6
symbol() view returns (string)
ARNA
totalSupply() view returns (uint256)
39924731456950909232157600
transferable() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
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)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
init()
setCrowdsale(address _crowdsale)
setTransferable(bool _transferable)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.