RRMAYC Mega Mutant
Verified contract
Active on
Ethereum with 1,243 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($85.95)
Native
Value
$85.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.027 | $3,183.46 |
$85.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19861910 | 6 months ago | | | 0 | 0.00044349702 | |
| 18085068 | a year ago | | | 0 | 0.00047472085 | |
| 17021976 | 2 years ago | | | 0 | 0.0011758272 | |
| 17021940 | 2 years ago | | | 0 | 0.0010747207 | |
| 17018469 | 2 years ago | | | 0.009 | 0.0044466573 | |
| 17013451 | 2 years ago | | | 0 | 0.00048771851 | |
| 16873971 | 2 years ago | | | 0 | 0.00028641458 | |
| 16873787 | 2 years ago | | | 0 | 0.00028899010 | |
| 16652133 | 2 years ago | | | 0 | 0.0015743324 | |
| 16641857 | 2 years ago | | | 0 | 0.0016683606 |
ABI
ABI objects
Getter at block 21160485
MAX_TOKENS() view returns (uint256)
6446
baseURI() view returns (string)
https://nftservices.s3.amazonaws.com/megamutantrrmayc/
defaultTokensPerTx() view returns (uint256)
3
maxTokensPerTx() view returns (uint256)
10
maxTokensWithFeePerTx() view returns (uint256)
20
name() view returns (string)
RRMAYC Mega Mutant
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x48afedea269b593a4c7b757ae258b762fd971667
saleIsActive() view returns (bool)
true
symbol() view returns (string)
RRMAYCMEGA
tokenPrice() view returns (uint256)
9000000000000000
totalSupply() view returns (uint256)
3927
whitelistMintRemains() view returns (uint256)
0
Read-only
_state(address minter) view returns (struct MegamutantHelperState)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 numberOfTokens, address minter) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
closeWhitelistMint()
flipSaleState()
mintToken(uint256 numberOfTokens) payable
openWhitelistMint(uint256 _whitelistMintRemains)
renounceOwnership()
reserveTokens(address to, uint256 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setDefaultTokensPerTx(uint256 _defaultTokensPerTx)
setMaxSupply(uint256 _maxSupply)
setMaxTokensPerTx(uint256 _maxTokensPerTx)
setMaxTokensWithFeePerTx(uint256 _maxTokensWithFeePerTx)
setTokenPrice(uint256 newTokenPrice)
setTokenURIMode(uint256 mode)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTo(address to, uint256 amount)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.