EDGEToken
Verified contract
Active on
Ethereum with 2,966 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($350.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 340.568097 | $0.999411 |
$340.37 | |
SHIB | ERC-20 | 407.414952K | $0.000024 |
$9.86 | |
WETH | ERC-20 | 0 | $3,323.39 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21273333 | 5 hours ago | | | 0 | 0.00067077438 | |
| 21271361 | 11 hours ago | | | 0 | 0.00061855929 | |
| 21269573 | 17 hours ago | | | 0 | 0.00026096918 | |
| 21269518 | 18 hours ago | | | 0 | 0.00024795573 | |
| 21267057 | a day ago | | | 0 | 0.00060994284 | |
| 21266969 | a day ago | | | 0 | 0.00050291080 | |
| 21266636 | a day ago | | | 0 | 0.00071511586 | |
| 21266634 | a day ago | | | 0 | 0.00086609050 | |
| 21266580 | a day ago | | | 0 | 0.00067433328 | |
| 21266395 | a day ago | | | 0 | 0.00087439173 |
ABI
ABI objects
Getter at block 21274772
decimals() view returns (uint8)
18
name() view returns (string)
Edge
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
EDGE
totalSupply() view returns (uint256)
60000000000000000000000000
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)
approveAndCall(address _spender, uint256 _amount, string _destination) returns (bool success)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address receiver, uint256 amount)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.