Meme Moguls
Verified contract
Active on
Ethereum with 2,113 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($47.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 43 | $1.002 |
$43.09 | |
CHZ | ERC-20 | 64.22601 | $0.068675 |
$4.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157228 | 5 hours ago | | | 0 | 0.00062567636 | |
| 21155502 | 11 hours ago | | | 0 | 0.00062144234 | |
| 21155226 | 12 hours ago | | | 0 | 0.00079446125 | |
| 21155212 | 12 hours ago | | | 0 | 0.00080192875 | |
| 21154870 | 13 hours ago | | | 0 | 0.00045597764 | |
| 21153669 | 17 hours ago | | | 0 | 0.00051886253 | |
| 21152436 | 21 hours ago | | | 0 | 0.00048416204 | |
| 21150451 | a day ago | | | 0 | 0.00056109656 | |
| 21146372 | 2 days ago | | | 0 | 0.00041698338 | |
| 21146081 | 2 days ago | | | 0 | 0.00060969365 |
ABI
ABI objects
Getter at block 21158821
decimals() view returns (uint8)
18
hardCap() view returns (uint256)
3000000000000000000000000000
name() view returns (string)
Meme Moguls
owner() view returns (address)
0x9c82f93f118fa5fc3d74b6acd67262c03284bdad
symbol() view returns (string)
MGLS
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address from, address to) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address to, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address to, uint256 subtractedValue) returns (bool)
increaseAllowance(address to, 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(string name_, string symbol_, address _to)
This contract contains no fallback and receive objects.
This contract contains no error objects.