Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Elongate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18296168 | a year ago | | | 0 | 0.00062758478 | |
| 18296132 | a year ago | | | 0 | 0.00028922838 | |
| 18296068 | a year ago | | | 0 | 0.00017345638 | |
| 18296044 | a year ago | | | 0 | 0.00080622753 | |
| 18296037 | a year ago | | | 0 | 0.00035398875 | |
| 18296033 | a year ago | | | 0 | 0.00028045194 | |
| 18296033 | a year ago | | | 0 | 0.00041744513 | |
| 18296033 | a year ago | | | 0 | 0.00055536826 | |
| 18296028 | a year ago | | | 0 | 0.00043399382 | |
| 18296022 | a year ago | | | 0 | 0.00045362556 |
ABI
ABI objects
Getter at block 21322337
accumulatedFees() view returns (uint256)
42926986076114547976374306
decimals() view returns (uint8)
18
name() view returns (string)
Elongate
owner() view returns (address)
0x49dbfc5f6abc9916539d71095409874b82c3289a
symbol() view returns (string)
ELONGATE
totalSupply() view returns (uint256)
1000000000000000000000000000
txFee() view returns (uint256)
200
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isExcludedFromReward(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setTransactionFee(uint256 newTxFee)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawTokens(address tokenAddress, address receiverAddress) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetFee(uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, address owner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.