ForeverDoge
Verified contract
Active on
Ethereum with 78 txns
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 "ForeverDoge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12757807 | 3 years ago | | | 0 | 0.00024930048 | |
| 12753196 | 3 years ago | | | 0 | 0.000088081050 | |
| 12745873 | 3 years ago | | | 0 | 0.00084988800 | |
| 12745849 | 3 years ago | | | 0 | 0.00075545600 | |
| 12742948 | 3 years ago | | | 0 | 0.00072712640 | |
| 12730185 | 3 years ago | | | 0 | 0.0013692640 | |
| 12730185 | 3 years ago | | | 0 | 0.0014636960 | |
| 12730173 | 3 years ago | | | 0 | 0.0015581280 | |
| 12730164 | 3 years ago | | | 0 | 0.0015109120 | |
| 12730155 | 3 years ago | | | 0 | 0.0015581280 |
ABI
ABI objects
Getter at block 21198386
beneficiary() view returns (address)
0x91353a44739ff090a1dc495b5494e14aa303e297
decimals() view returns (uint8)
18
feesEnabled() view returns (bool)
false
minSupply() view returns (uint256)
100000000000000000000000000
name() view returns (string)
ForeverDoge
owner() view returns (address)
0x91353a44739ff090a1dc495b5494e14aa303e297
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ForeverDoge
totalSupply() view returns (uint256)
1000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateFee(uint256 _amount, uint256 _fee) pure returns (uint256)
isExcludedFromFee(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
claimOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
proposeOwner(address _newOwner)
setBeneficiary(address _newBeneficiary)
setExcludeFromFee(address _account, bool _excluded)
setFeesEnabled(bool _enabled)
setMinSupply(uint256 _newMinSupply)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BeneficiaryUpdated(address oldBeneficiary, address newBeneficiary)
ExcludedFromFeeUpdated(address account, bool excluded)
FeesEnabledUpdated(bool enabled)
MinSupplyUpdated(uint256 oldAmount, uint256 newAmount)
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.