Meme Awards 2018
Verified contract
Active on
Ethereum with 95 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 Awards 2018"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16869273 | 2 years ago | | | 0 | 0.0011926760 | |
| 11459635 | 4 years ago | | | 0 | 0.0026948840 | |
| 11291212 | 4 years ago | | | 0 | 0.0013706400 | |
| 7311943 | 6 years ago | | | 0 | 0.000022516000 | |
| 7212987 | 6 years ago | | | 0 | 0.00013770300 | |
| 7211069 | 6 years ago | | | 0 | 0.00056203500 | |
| 7208943 | 6 years ago | | | 0 | 0.00056203500 | |
| 7179883 | 6 years ago | | | 0 | 0.00022481400 | |
| 7179879 | 6 years ago | | | 0 | 0.00019481400 | |
| 7179875 | 6 years ago | | | 0 | 0.000044558000 |
ABI
ABI objects
Getter at block 21184052
getEndTime() view returns (uint256)
1550020422
isOwner() view returns (bool)
false
name() view returns (string)
Meme Awards 2018
owner() view returns (address)
0xb66db713a90e5afdd22c5830f2141eaa05134661
symbol() view returns (string)
MA2018
totalSupply() view returns (uint256)
75
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getIndividualCount(uint32 _templateId) view returns (uint256)
getMemesByOwner(address _owner) view returns (uint256[])
hasClaimed(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimMeme()
editMemeTemplate(uint256 _templateId, string _newUri)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setMemeTemplate(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawERC20Tokens(address _tokenContract) returns (bool)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.