Memecoin Supercycle
Unverified contract
Proxy
Active on
Base with 11 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "Memecoin Supercycle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15086026 | 5 months ago | | | 0.007677 | 7.2812679e-7 | |
| 15084796 | 5 months ago | | | 0.007677 | 7.1922307e-7 | |
| 12603112 | 7 months ago | | | 0.007677 | 0.000051945997 | |
| 12603107 | 7 months ago | | | 0.007677 | 6.3066071e-7 | |
| 12603096 | 7 months ago | | | 0.007677 | 6.1951225e-7 | |
| 12458598 | 7 months ago | | | 0.007677 | 5.7120088e-7 | |
| 12226104 | 7 months ago | | | 0.007677 | 0.000050604301 | |
| 12221596 | 7 months ago | | | 0.007677 | 6.6219435e-7 | |
| 12221574 | 7 months ago | | | 0.007677 | 0.000000608184535552 | |
| 11679523 | 8 months ago | | | 0.007677 | 2.1702939e-7 |
ABI
ABI objects
Getter at block 21976831
baseURI() view returns (string)
https://paragraph.xyz/api/crypto/highlights/contract/
contractURI() view returns (string)
https://paragraph.xyz/api/crypto/highlights/contract/0x937585723902a04b336acfce28c8a9af7457fe13
creatorReferrer() view returns (address)
0x0000000000000000000000000000000000000000
feeManager() view returns (address)
0x54a57e8cee1c443d3090f901e85741e4e3cadba1
getMintFee() view returns (uint256)
777000000000000
getTotalMintPrice() view returns (uint256)
7677000000000000
maxSupply() view returns (uint256)
420
name() view returns (string)
Memecoin Supercycle
owner() view returns (address)
0x43fec1d530f9080edc60fe77d36fa07c8f0b9013
priceWei() view returns (uint256)
6900000000000000
symbol() view returns (string)
CLOUT
totalSupply() view returns (uint256)
12
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
firstMint(address owner, address minter, address mintReferrer) payable
initialize(address _feeManagerAddress, address _creatorReferrerAddress, string name_, string symbol_, string baseURI_, uint256 maxSupply_, uint256 priceWei_)
mint(address to) payable returns (uint256)
mintWithReferrer(address to, address mintReferrer) payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setFeeManager(address newFeeManager)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string baseURI)
FeeManagerChanged(address indexed oldFeeManager, address indexed newFeeManager)
Initialized(uint8 version)
Minted(address indexed to, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.