Arcana Network
Verified contract
Active on
Ethereum with 5,291 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Arcana Network"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156946 | 6 hours ago | | | 0 | 0.00061165636 | |
| 21156889 | 6 hours ago | | | 0 | 0.00063051975 | |
| 21155727 | 10 hours ago | | | 0 | 0.00070570020 | |
| 21154909 | 13 hours ago | | | 0 | 0.00050069150 | |
| 21154902 | 13 hours ago | | | 0 | 0.00036112954 | |
| 21154835 | 13 hours ago | | | 0 | 0.00054088543 | |
| 21154796 | 13 hours ago | | | 0 | 0.00047369903 | |
| 21154745 | 13 hours ago | | | 0 | 0.00043672635 | |
| 21154742 | 13 hours ago | | | 0 | 0.00036536493 | |
| 21154407 | 14 hours ago | | | 0 | 0.00031492977 |
ABI
ABI objects
Getter at block 21158706
burnable() view returns (bool)
true
burntSupply() view returns (uint256)
0
decimals() view returns (uint8)
18
mintableSupply() view returns (uint256)
0
name() view returns (string)
Arcana Network
symbol() view returns (string)
XAR
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAdmin(address _addressToCheck) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
setAdmin(address admin, bool isEnabled)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
AdminAccessSet(address indexed _admin, bool _enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 initialSupply_, uint256 maxSupply_, bool burnable_)
This contract contains no fallback and receive objects.
This contract contains no error objects.