Mutant Degen Monster Apes
Verified contract
Active on
Ethereum with 434 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x13b3…4cb0
Balances ($0.00)
No balances found for "Mutant Degen Monster Apes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18703303 | a year ago | | | 0 | 0.0015684684 | |
| 17070455 | 2 years ago | | | 0 | 0.0017375203 | |
| 16637741 | 2 years ago | | | 0 | 0.0021808139 | |
| 16360951 | 2 years ago | | | 0 | 0.00068669331 | |
| 16305754 | 2 years ago | | | 0 | 0.00098259833 | |
| 15658361 | 2 years ago | | | 0 | 0.000098152000 | |
| 15658354 | 2 years ago | | | 0 | 0.000098152000 | |
| 15650774 | 2 years ago | | | 0 | 0.00032290966 | |
| 15353903 | 2 years ago | | | 0 | 0.00072209783 | |
| 15298459 | 2 years ago | | | 0 | 0.00034631389 |
ABI
ABI objects
Getter at block 21217768
CURRENT_PRICE() view returns (uint256)
40000000000000000
MAX_PURCHASE() view returns (uint256)
20
MAX_TOKENS() view returns (uint256)
666
PROVENANCE() view returns (string)
isPresale() view returns (bool)
false
name() view returns (string)
Mutant Degen Monster Apes
owner() view returns (address)
0xd2c57e4449cd63a0a185c7565a8ab651eb773c7b
saleIsActive() view returns (bool)
true
symbol() view returns (string)
MDMA
totalSupply() view returns (uint256)
484
transferController() view returns (address)
0x13b3f7bd9d50b853f3d2dc44fd8b4bc8ffa34cb0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelistUtilized(address) 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)
changeControllerAddress(address _contollerAddress)
changeMaxPurchase(uint256 newMaxPurchase)
changePresale(bool newisPresale)
mintMutantDegenMonsterApes(uint256 numberOfTokens) payable
renounceOwnership()
reserveTokens(uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string BaseURI)
setCurrentPrice(uint256 currentPrice)
setMaxTokens(uint256 maxTokens)
setProvenanceHash(string provenanceHash)
setSaleState(bool newState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
TokenMinted(uint256 tokenId, address owner, uint256 first_encounter)
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.