Electric Coin
Verified contract
Active on
Ethereum with 60 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8570…0cf7
0x78dd…0e6f
0x7fc5…3202
10 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,577.56 |
$0 | |
EC | ERC-20 | 2.105957B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14772917 | 3 years ago | | | 0 | 0.0016080993 | |
| 14395951 | 3 years ago | | | 0 | 0.0012619982 | |
| 14393941 | 3 years ago | | | 0 | 0.0016571578 | |
| 14393795 | 3 years ago | | | 0 | 0.0015392581 | |
| 14393718 | 3 years ago | | | 0 | 0.0024456093 | |
| 14393706 | 3 years ago | | | 0 | 0.0017095384 | |
| 14393705 | 3 years ago | | | 0 | 0.0027650799 | |
| 14393685 | 3 years ago | | | 0 | 0.0016400914 | |
| 14393615 | 3 years ago | | | 0 | 0.0029962697 | |
| 14393610 | 3 years ago | | | 0 | 0.0029513044 |
ABI
ABI objects
Getter at block 21324239
buyMarketingFee() view returns (uint256)
2
buyTotalDevFees() view returns (uint256)
12
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
limitsInEffect() view returns (bool)
true
marketingWallet() view returns (address)
0x7fc5995f2dab59052342c0b647f61fec087c3202
maxTransactionAmount() view returns (uint256)
20000000000000000000000000000
maxWallet() view returns (uint256)
20000000000000000000000000000
name() view returns (string)
Electric Coin
owner() view returns (address)
0x7952221b0df3b87e3610c5ca00b9d8ba51405145
sellMarketingFee() view returns (uint256)
5
sellTotalDevFees() view returns (uint256)
25
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
500000000000000000000000000
symbol() view returns (string)
EC
totalSupply() view returns (uint256)
1000000000000000000000000000000
tradingActive() view returns (bool)
true
transferDelayEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x715e5aa7414784669cfb35fc28f474c11d1b7aa9
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events UpdateTaxes()
approve(address spender, uint256 amount) returns (bool)
buyBackTokens(uint256 ethAmountInWei)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay() returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
forceSwapBack()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits() returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxAmount(uint256 newNum)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BoughtEarly(address indexed sniper)
BuyBackTriggered(uint256 amount)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnerForcedSwapBack(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.