EthereumRevolution
Verified contract
Active on
Ethereum with 88 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "EthereumRevolution"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12602172 | 4 years ago | | | 0 | 0.0020523735 | |
| 12596858 | 4 years ago | | | 0 | 0.0048832000 | |
| 12596841 | 4 years ago | | | 0 | 0.00074169600 | |
| 12596839 | 4 years ago | | | 0 | 0.00074169600 | |
| 12596837 | 4 years ago | | | 0 | 0.00062342280 | |
| 12596836 | 4 years ago | | | 0 | 0.0011589000 | |
| 12596823 | 4 years ago | | | 0 | 0.00048014900 | |
| 12596820 | 4 years ago | | | 0 | 0.00072051100 | |
| 12596816 | 4 years ago | | | 0 | 0.00078805200 | |
| 12596816 | 4 years ago | | | 0 | 0.00078805200 |
ABI
ABI objects
Getter at block 21404545
_maxTxAmount() view returns (uint256)
2560000000000000000000
decimals() view returns (uint8)
9
name() view returns (string)
EthereumRevolution
owner() view returns (address)
0x11287192f15cd3d7c8725e9cee3551e7541c6c50
symbol() view returns (string)
eREVO
totalSupply() view returns (uint256)
1000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
excludeAddress(address bot)
includeAddress(address bot)
renounceOwnership()
setMaxTxPercent(uint256 maxTxPercent)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
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(string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.