Take My Muffin
Verified contract
Active on
Ethereum with 1,531 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 "Take My Muffin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21221200 | 7 days ago | | | 0 | 0.00049567968 | |
| 20736056 | 2 months ago | | | 0 | 0.00031605178 | |
| 20646111 | 3 months ago | | | 0 | 0.000054440151 | |
| 20448892 | 4 months ago | | | 0 | 0.000063152191 | |
| 20396884 | 4 months ago | | | 0 | 0.000084841026 | |
| 20376874 | 4 months ago | | | 0 | 0.00034962828 | |
| 20302714 | 4 months ago | | | 0 | 0.00010541498 | |
| 20297835 | 4 months ago | | | 0 | 0.000079210298 | |
| 20297822 | 4 months ago | | | 0 | 0.000044075712 | |
| 20297576 | 4 months ago | | | 0 | 0.000062597610 |
ABI
ABI objects
Getter at block 21269034
DOMAIN_SEPARATOR() view returns (bytes32)
0x3ff2073c45593f5a78f9f3717a3d9339e4ada61370a403b516bfcf6c996c67b1
decimals() view returns (uint8)
6
name() view returns (string)
Take My Muffin
owner() view returns (address)
0xa998dc971066afa8777d040f1ecf25c636e4e993
symbol() view returns (string)
TMM
totalSupply() view returns (uint256)
275000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
rescueFunds(address token, uint256 amount)
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(address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.