EtheRunes
Verified contract
Active on
Ethereum with 1,725 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($7.28)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETR | ERC-20 | 14.442356K | $0.000504 |
$7.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154626 | 16 hours ago | | | 0 | 0.00026088515 | |
| 21059278 | 14 days ago | | | 0 | 0.00031926075 | |
| 20965291 | a month ago | | | 0 | 0.0014744382 | |
| 20954965 | a month ago | | | 0 | 0.00039561039 | |
| 20953848 | a month ago | | | 0 | 0.00035325421 | |
| 20944815 | a month ago | | | 0 | 0.00050479839 | |
| 20932235 | a month ago | | | 0 | 0.00022010392 | |
| 20877712 | a month ago | | | 0 | 0.00083853996 | |
| 20854811 | a month ago | | | 0 | 0.00017492064 | |
| 20850344 | a month ago | | | 0 | 0.00020678268 |
ABI
ABI objects
Getter at block 21159521
decimals() view returns (uint8)
18
developmentWallet() view returns (address)
0xf081794a9966316ede9ecda61f14d050975a9641
maxBuy() view returns (uint256)
175000000000000000000000
maxHold() view returns (uint256)
1000000000000000000000000
name() view returns (string)
EtheRunes
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xbf44ed3610f08da048eaafbf91cea66b62bcc144
rewardWallet() view returns (address)
0x3ddd7cdfeb7db9b8d8b26e0c2771afbe1596cf59
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapTokensAtAmount() view returns (uint256)
25000000000000000000000
symbol() view returns (string)
ETR
tax() view returns (uint256)
5
taxConfig() view returns (uint256 reward, uint256 development)
(reward=1, development=4)
totalSupply() view returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
State-modifying
Events activateTrading()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setSwapTokensAtAmount(uint256 amount)
setWallets(address _rewardWallet, address _developmentWallet)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _routerAddress, address _rewardWallet, address _developmentWallet)
receive()
This contract contains no error objects.