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 "mfer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16430024 | 2 years ago | | | 0 | 0.00055922200 | |
| 16430018 | 2 years ago | | | 0 | 0.00055949800 | |
| 15884348 | 2 years ago | | | 0 | 0.00051347341 | |
| 15884345 | 2 years ago | | | 0 | 0.00054544118 | |
| 15159138 | 2 years ago | | | 0 | 0.00020333336 | |
| 15121709 | 2 years ago | | | 0 | 0.00043885295 | |
| 14834122 | 3 years ago | | | 0 | 0.00060593000 | |
| 14825212 | 3 years ago | | | 0 | 0.00074277851 | |
| 14825182 | 3 years ago | | | 0 | 0.00043780069 | |
| 14825182 | 3 years ago | | | 0 | 0.00076412603 |
ABI
ABI objects
Getter at block 21278008
FeeAddress() view returns (address)
0x5b76f295498954b7ccafa8d6a809a89f79c4a643
_BURN_FEE() view returns (uint256)
100
_CHARITY_FEE() view returns (uint256)
400
_TAX_FEE() view returns (uint256)
200
_owner() view returns (address)
0x5b76f295498954b7ccafa8d6a809a89f79c4a643
decimals() view returns (uint8)
9
name() view returns (string)
mfer
owner() view returns (address)
0x5b76f295498954b7ccafa8d6a809a89f79c4a643
symbol() view returns (string)
mfer
totalBurn() view returns (uint256)
6563774502451
totalCharity() view returns (uint256)
26255098009891
totalFees() view returns (uint256)
13127549004929
totalSupply() view returns (uint256)
20993436225497549
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAsCharityAccount(address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFee(uint256 _txFee, uint256 _burnFee, uint256 _charityFee)
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(string _name, string _symbol, uint256 _decimals, uint256 _supply, uint256 _txFee, uint256 _burnFee, uint256 _charityFee, address _FeeAddress, address tokenOwner, address service)
This contract contains no fallback and receive objects.
This contract contains no error objects.