Arcana Game
Verified contract
Active on
Ethereum with 353 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6c73…1fc7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARCN | ERC-20 | 2.058495M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19849109 | 6 months ago | | | 0 | 0.00019588105 | |
| 19067605 | 10 months ago | | | 0 | 0.00045060577 | |
| 18920393 | 10 months ago | | | 0 | 0.0013481572 | |
| 18900334 | 10 months ago | | | 0 | 0.0011261724 | |
| 18768780 | a year ago | | | 0 | 0.0016055387 | |
| 18768737 | a year ago | | | 0 | 0.0015198646 | |
| 18768732 | a year ago | | | 0 | 0.0013903136 | |
| 18768682 | a year ago | | | 0 | 0.0012736560 | |
| 18768673 | a year ago | | | 0 | 0.0015198115 | |
| 18768671 | a year ago | | | 0 | 0.0015028213 |
ABI
ABI objects
Getter at block 21162014
_maxTxAmount() view returns (uint256)
200000000000000000000000000
_maxWalletSize() view returns (uint256)
200000000000000000000000000
_taxSwapThreshold() view returns (uint256)
2000000000000000000000000
decimals() pure returns (uint8)
18
name() pure returns (string)
Arcana Game
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
ARCN
totalSupply() pure returns (uint256)
200000000000000000000000000
transferDelayEnabled() view returns (bool)
false
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)
clearStuckERC20(address tokenAddress)
disableTransferDelay()
openLimits()
openTrading()
removeStuckETH()
renounceOwnership()
setBuyFee(uint256 tax)
setMaxTransactionSize(uint256 percent)
setMaxWalletSize(uint256 percent)
setSellFee(uint256 tax)
setTaxSwapThreshold(uint256 percent)
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)
FeeUpdated(uint256 buyFee, uint256 sellFee)
MaxTxAmountUpdated(uint256 maxTxAmount)
MaxWalletSizeUpdated(uint256 maxWalletSize)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StuckETHCleared(uint256 amount)
StuckTokensCleared(address indexed tokenAddress, uint256 amount)
TaxSwapThresholdUpdated(uint256 newThreshold)
TradingOpened()
Transfer(address indexed from, address indexed to, uint256 value)
TransferDelayUpdated(bool transferDelayEnabled)
constructor(address taxWallet)
receive()
This contract contains no error objects.