Halloween Miggles
Verified contract
Active on
Base with 72 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 "Halloween Miggles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21806319 | 19 hours ago | | | 0 | 3.5365086e-7 | |
| 21805751 | 20 hours ago | | | 0 | 3.9087326e-7 | |
| 21805600 | 20 hours ago | | | 0 | 3.9087326e-7 | |
| 21804728 | 20 hours ago | | | 0 | 0.0000022543434 | |
| 21804488 | 20 hours ago | | | 0 | 0.0000049971453 | |
| 21804033 | 21 hours ago | | | 0 | 3.9087326e-7 | |
| 21803709 | 21 hours ago | | | 0 | 0.0000049971453 | |
| 21803686 | 21 hours ago | | | 0 | 0.0000014727577 | |
| 21803325 | 21 hours ago | | | 0 | 3.9087326e-7 | |
| 21803319 | 21 hours ago | | | 0 | 3.9087326e-7 |
ABI
ABI objects
Getter at block 21841026
decimals() view returns (uint8)
18
launched() view returns (bool)
true
name() view returns (string)
Halloween Miggles
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MiggleII
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
launch()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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(string _symbol, string _name, uint8 _decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)