MEME 404 v2
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
Balances ($0.00)
No balances found for "MEME 404 v2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19433713 | 9 months ago | | | 0 | 0.0032913005 | |
| 19303705 | 10 months ago | | | 0 | 0.00055866750 | |
| 19303698 | 10 months ago | | | 0 | 0.00058527938 | |
| 19292217 | 10 months ago | | | 0 | 0.0023875603 | |
| 19290973 | 10 months ago | | | 0 | 0.0040923819 | |
| 19290973 | 10 months ago | | | 0 | 0.0040923819 | |
| 19280289 | 10 months ago | | | 0 | 0.0013605878 | |
| 19279639 | 10 months ago | | | 0 | 0.0026174607 | |
| 19279248 | 10 months ago | | | 0 | 0.0018165106 | |
| 19279240 | 10 months ago | | | 0 | 0.0017194343 |
ABI
ABI objects
Getter at block 21388880
baseTokenURI() view returns (string)
https://gray-tiny-zebra-987.mypinata.cloud/ipfs/QmSCCon9fi7aWie8Yd4DjMHVx4Nw4pDc8ZxbEmsm6FQnWE/
decimals() view returns (uint8)
18
name() view returns (string)
MEME 404 v2
owner() view returns (address)
0x0715ab9c1b47c4289ba45f9a2febeecb9376cfbd
symbol() view returns (string)
MEME404
totalSupply() view returns (uint256)
404000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setNameSymbol(string _name, string _symbol)
setURI(string _tokenUri)
setWhitelist(address[] targets, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
updateUri(string tokenUri)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
AlreadyExists()
Insufficient()
InvalidAddress()
Unauthorized()
UnsafeRecipient()