EQUOS Origin
Verified contract
Active on
Ethereum with 10,529 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EQO | ERC-20 | 1.02158K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20798598 | 2 months ago | | | 0 | 0.00027250979 | |
| 20575746 | 3 months ago | | | 0 | 0.00014416620 | |
| 19691584 | 7 months ago | | | 0 | 0.00055839121 | |
| 19085682 | 10 months ago | | | 0 | 0.0010882278 | |
| 18264973 | a year ago | | | 0 | 0.0012483086 | |
| 16846006 | 2 years ago | | | 0 | 0.00078019458 | |
| 16225028 | 2 years ago | | | 0 | 0.00099633234 | |
| 16219273 | 2 years ago | | | 0 | 0.0025991202 | |
| 16198659 | 2 years ago | | | 0 | 0.0022620679 | |
| 16147494 | 2 years ago | | | 0 | 0.00074776090 |
ABI
ABI objects
Getter at block 21159877
INITIAL_SUPPLY() view returns (uint256)
21000000
decimals() view returns (uint8)
18
name() view returns (string)
EQUOS Origin
symbol() view returns (string)
EQO
totalSupply() view returns (uint256)
21000000000000000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.