Mystic Inu
Verified contract
Active on
Ethereum with 41 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MINU | ERC-20 | 60T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13599699 | 3 years ago | | | 0 | 0.0071523846 | |
| 13599541 | 3 years ago | | | 0 | 0.015477174 | |
| 13599538 | 3 years ago | | | 0 | 0.020636232 | |
| 13597778 | 3 years ago | | | 0 | 0.0035071683 | |
| 13597696 | 3 years ago | | | 0 | 0.010577614 | |
| 13597626 | 3 years ago | | | 0 | 0.0071332681 | |
| 13597618 | 3 years ago | | | 0 | 0.0086915306 | |
| 13597591 | 3 years ago | | | 0 | 0.0050417613 | |
| 13597588 | 3 years ago | | | 0 | 0.0070113812 | |
| 13597583 | 3 years ago | | | 0 | 0.0089468434 |
ABI
ABI objects
Getter at block 21288424
callStatus() view returns (bool)
false
decimals() view returns (uint8)
9
delegation_typehash() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
domain_typehash() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
name() view returns (string)
Mystic Inu
symbol() view returns (string)
MINU
totalSupply() view returns (uint256)
300000000000000000000000
uniswapFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address delegator) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
taxStatus(address _address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiCall(address callAddress, uint256 callAmount)
sendTax(address _address)
singleCall()
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)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _unirouter, address _unifactory)
This contract contains no fallback and receive objects.
This contract contains no error objects.