ArcirisToken
Verified contract
Active on
Ethereum with 5,818 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ACIT | ERC-20 | 4 | -- | -- | |
AZP | ERC-20 | 0.13 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20395551 | 3 months ago | | | 0 | 0.000030094000 | |
| 12625062 | 3 years ago | | | 0 | 0.00025895800 | |
| 12624996 | 3 years ago | | | 0 | 0.00015915200 | |
| 12541088 | 3 years ago | | | 0 | 0.00029841002 | |
| 12182725 | 4 years ago | | | 0 | 0.0049376383 | |
| 12021809 | 4 years ago | | | 0 | 0.0043792800 | |
| 11986942 | 4 years ago | | | 0 | 0.0038537664 | |
| 11942709 | 4 years ago | | | 0 | 0.0031749780 | |
| 11880117 | 4 years ago | | | 0 | 0.0043792800 | |
| 11604101 | 4 years ago | | | 0 | 0.0021531460 |
ABI
ABI objects
Getter at block 21158807
decimals() view returns (uint8)
10
name() view returns (string)
ArcirisToken
symbol() view returns (string)
ACIT
totalSupply() view returns (uint256)
10000000000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.