EQUAL Token
Verified contract
Active on
Ethereum with 9,856 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EQL | ERC-20 | 98.443307K | -- | -- | |
EQL | ERC-20 | 63.60447K | -- | -- | |
KCN | ERC-20 | 1K | -- | -- | |
ANGEL | ERC-20 | 250 | -- | -- | |
CSL | ERC-20 | 150 | -- | -- | |
CIC | ERC-20 | 20 | -- | -- | |
DTA | ERC-20 | 10 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21069892 | a month ago | | | 0 | 0.00019534298 | |
| 20863055 | 2 months ago | | | 0 | 0.00023110907 | |
| 20698475 | 3 months ago | | | 0 | 0.000062022922 | |
| 19727403 | 7 months ago | | | 0 | 0.00027716362 | |
| 12734308 | 3 years ago | | | 0 | 0.00048750000 | |
| 11832686 | 4 years ago | | | 0 | 0.0053373800 | |
| 11539281 | 4 years ago | | | 0 | 0.0025842880 | |
| 10878889 | 4 years ago | | | 0 | 0.027832800 | |
| 9460974 | 5 years ago | | | 0 | 0.00026300800 | |
| 9227762 | 5 years ago | | | 0 | 0.000076082000 |
ABI
ABI objects
Getter at block 21258041
_totalSupply() view returns (uint256)
799443021382980230125799371
decimals() view returns (uint8)
18
feeInfo() view returns (string)
Each operation costs 1% of the transaction amount, but not more than 250 tokens.
name() view returns (string)
EQUAL Token
symbol() view returns (string)
EQL
totalSupply() view returns (uint256 totalSupply)
799443021382980230125799371
version() view returns (string)
H1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(address _from, uint256 _value) returns (bool success)
setWithoutFee(address _address, bool _withoutFee)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.