TakeMyMuffin
Verified contract
Active on
Ethereum with 97 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1904…7d20
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TMM | ERC-20 | 10.44K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157330 | 16 days ago | | | 0 | 0.0010680596 | |
| 20760902 | 2 months ago | | | 0 | 0.000037799191 | |
| 20155583 | 5 months ago | | | 0 | 0.00041970609 | |
| 20119896 | 5 months ago | | | 0 | 0.00087169574 | |
| 19776666 | 7 months ago | | | 0 | 0.00093531442 | |
| 19520647 | 8 months ago | | | 0 | 0.0011105327 | |
| 18279443 | a year ago | | | 0 | 0.00063709557 | |
| 18279419 | a year ago | | | 0 | 0.0019019859 | |
| 18279389 | a year ago | | | 0 | 0.00046475695 | |
| 18128684 | a year ago | | | 0 | 0.00086357649 |
ABI
ABI objects
Getter at block 21268999
URI() view returns (string)
https://tmm.world/api/nfts/
name() view returns (string)
TakeMyMuffin
owner() view returns (address)
0xa998dc971066afa8777d040f1ecf25c636e4e993
paused() view returns (bool)
false
priceEth() view returns (uint256)
0
priceTmm() view returns (uint256)
290000000
symbol() view returns (string)
TMM
tmmToken() view returns (address)
0x19042021329fddcfbea5f934fb5b2670c91f7d20
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hash(uint256 _tokenId, address _address, string _tokenUri) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buyNft(uint256 tokenId, string tokenUri, uint8 v, bytes32 r, bytes32 s) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPrices(uint256 _priceEth, uint256 _priceTmm)
setSigner(address _signerAddress)
setTmmAddress(address _tmmAddress)
setURI(string _URI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawTokens(uint256 _amount, address _tokenAddress)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.