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 "Maelstrom"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21583568 | 7 days ago | | | 0 | 1.6190107e-7 | |
| 21277599 | 14 days ago | | | 0 | 0.000000084727770015 | |
| 21246280 | 14 days ago | | | 0 | 1.9239963e-7 | |
| 21189732 | 16 days ago | | | 0 | 0.0000047694921 | |
| 21188278 | 16 days ago | | | 0 | 1.6369723e-7 | |
| 20647968 | a month ago | | | 0 | 2.3434533e-7 | |
| 20345458 | a month ago | | | 0 | 0.000000102162342954 | |
| 20258298 | a month ago | | | 0 | 1.6206935e-7 | |
| 19362179 | 2 months ago | | | 0 | 1.9920756e-7 | |
| 18217050 | 3 months ago | | | 0 | 5.8953429e-7 |
ABI
ABI objects
Getter at block 21869729
decimals() view returns (uint8)
18
fees() view returns (uint256)
1
name() view returns (string)
Maelstrom
owner() view returns (address)
0xeb77cb361fa03a3bc07d28a3a2cfebb2644de140
symbol() view returns (string)
MAEL
totalFees() view returns (uint256)
1798942375266546344614275
totalSupply() view returns (uint256)
88888888000000000000000000
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)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reflect(uint256 tAmount)
renounceOwnership()
setFeesPercentage(uint256 feesPercentage)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TeamFinanceTokenMint(address owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 supply, uint256 fees, address owner, address feeWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.