Mythic Finance
Verified contract
Active on
Ethereum with 444 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 "Mythic Finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20140202 | 5 months ago | | | 0 | 0.00023694484 | |
| 20020944 | 6 months ago | | | 0 | 0.00053230342 | |
| 19999357 | 6 months ago | | | 0 | 0.00024975870 | |
| 19996765 | 6 months ago | | | 0 | 0.00022900347 | |
| 19549910 | 8 months ago | | | 0 | 0.0010466813 | |
| 19506111 | 8 months ago | | | 0 | 0.00051700624 | |
| 18915669 | a year ago | | | 0 | 0.00027532957 | |
| 18765288 | a year ago | | | 0 | 0.0010224890 | |
| 18584817 | a year ago | | | 0 | 0.0013736143 | |
| 18583864 | a year ago | | | 0 | 0.0013699588 |
ABI
ABI objects
Getter at block 21326690
decimals() view returns (uint8)
18
maxTradeSize() view returns (uint256)
50
name() view returns (string)
Mythic Finance
owner() view returns (address)
0x8a26ce7f893084125e009988cea3cf2cbb19f59c
symbol() view returns (string)
MYTHIC
totalSupply() view returns (uint256)
10000000000000000000000
treasureFarmed() view returns (uint256)
5500
wormholeSize() view returns (uint256)
3213
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()
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.