Everest ID
Verified contract
Active on
Ethereum with 31,160 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JUP | ERC-20 | 6.2171K | $0.001028 |
$6.39 | |
CCv2 | ERC-20 | 2.704553 | $1.58 |
$4.27 | |
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157459 | 8 minutes ago | | | 0 | 0.00087084286 | |
| 21157450 | 10 minutes ago | | | 0 | 0.00085765856 | |
| 21157445 | 11 minutes ago | | | 0 | 0.00085456146 | |
| 21157437 | 12 minutes ago | | | 0 | 0.00060805699 | |
| 21157431 | 14 minutes ago | | | 0 | 0.00086772789 | |
| 21157423 | 15 minutes ago | | | 0 | 0.00084931384 | |
| 21157418 | 16 minutes ago | | | 0 | 0.00090433039 | |
| 21157411 | 18 minutes ago | | | 0 | 0.00091019759 | |
| 21157387 | 22 minutes ago | | | 0 | 0.00095981219 | |
| 21157267 | an hour ago | | | 0 | 0.0013400482 |
ABI
ABI objects
Getter at block 21157497
decimals() view returns (uint8)
18
name() view returns (string)
Everest ID
owner() view returns (address)
0x3edce9ab4a6e2c4608e829583fc590e6e2b59ddc
paused() view returns (bool)
false
symbol() view returns (string)
ID
totalSupply() view returns (uint256)
800000000000000000000000000
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(string _name, string _symbol, uint256 _tokens, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.