Energy Data Dynamics
Verified contract
Active on
Ethereum with 115 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3011…ba50
1 additional
variable
Balances ($0.00)
No balances found for "Energy Data Dynamics"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19847750 | 6 months ago | | | 0 | 0.00036565615 | |
| 17647087 | a year ago | | | 0 | 0.00038926473 | |
| 17647081 | a year ago | | | 0 | 0.00042294244 | |
| 17647075 | a year ago | | | 0 | 0.00068059396 | |
| 17647072 | a year ago | | | 0 | 0.00039090426 | |
| 17647045 | a year ago | | | 0 | 0.00043645010 | |
| 17647044 | a year ago | | | 0 | 0.00039800887 | |
| 17647034 | a year ago | | | 0 | 0.0010774541 | |
| 17647009 | a year ago | | | 0 | 0.0011634902 | |
| 17647001 | a year ago | | | 0 | 0.0011010389 |
ABI
ABI objects
Getter at block 21215915
MAX_GAS_PRICE() view returns (uint256)
25000000000
checkCurrentFees() view returns (uint256 currentBuyFee, uint256 currentSellFee)
(currentBuyFee=1, currentSellFee=5)
checkCurrentMaxTxn() view returns (uint256)
20000000000000000000000
currentMaxWallet() view returns (uint256)
20000000000000000000000
decimals() view returns (uint8)
18
marketWallet() view returns (address)
0x3c5314e88222925c2227c5e2ed85b3a9f0eef140
name() view returns (string)
Energy Data Dynamics
owner() view returns (address)
0x3c5314e88222925c2227c5e2ed85b3a9f0eef140
symbol() view returns (string)
ENERGY
totalSupply() view returns (uint256)
1000000000000000000000000
validationEnable() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkPremissionList(address _user) view returns (bool)
checkUserBoughtAmount(address _user) view returns (uint256)
checkUserPurchaseTime(address _user) view returns (uint256)
excludedFromFee(address) view returns (bool)
isExcludedFromFee(address _user) view returns (bool)
isExcludedFromMaxTxn(address _user) view returns (bool)
isExcludedFromMaxWallet(address _user) view returns (bool)
State-modifying
Events AddLiquidity(uint256 _tokenAmount) payable
approve(address spender, uint256 amount) returns (bool)
changeMaxGasPrice(uint256 _newGasPrice)
changeexcludedFromMaxTxnStatus(address _user, bool _status)
claimDrop()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
editDownTime(uint256 _seconds)
fixCap(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
switchOrigin(address _newOne)
switchValidationEnableState()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateExcludedFromFeeStatus(address _user, bool _status)
updateExcludedFromMaxWalletStatus(address _user, bool _status)
updateFees(uint256 _buyFee, uint256 _sellFee)
updateMarketWallet(address _newMarketWallet)
updateMaxTxnAmount(uint256 _amount)
updateMaxWallet(uint256 _newMaxWallet)
updatePremissionList(address[] _usrs, bool _state)
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(address routerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.