Egambel Token
Verified contract
Active on
Ethereum with 3,630 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 |
---|---|---|---|---|---|
EGB | ERC-20 | 6.292972 | -- | -- | |
WDT | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9928176 | 5 years ago | | | 0 | 0.00052343000 | |
| 9442789 | 5 years ago | | | 0 | 0.000080434800 | |
| 9059740 | 5 years ago | | | 0 | 0.00082022600 | |
| 9054401 | 5 years ago | | | 0 | 0.00082022600 | |
| 9053082 | 5 years ago | | | 0 | 0.00081881800 | |
| 9044440 | 5 years ago | | | 0 | 0.00081881800 | |
| 9041108 | 5 years ago | | | 0 | 0.00081881800 | |
| 9037343 | 5 years ago | | | 0 | 0.00081881800 | |
| 9035302 | 5 years ago | | | 0 | 0.0011488180 | |
| 9030123 | 5 years ago | | | 0 | 0.00081741000 |
ABI
ABI objects
Getter at block 21270823
decimals() view returns (uint8)
18
name() view returns (string)
Egambel Token
owner() view returns (address)
0x19b6b04211da651d6c3f51a500647c4c8ddd1e0f
symbol() view returns (string)
EGB
totalSupply() view returns (uint256)
19000000000000000000000000
totalSupply_() view returns (uint256)
19000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed holder, uint256 tokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, address _supplyReceiver, uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.