Mutant Elon Musk
Verified contract
Active on
Ethereum with 579 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 "Mutant Elon Musk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20676636 | 2 months ago | | | 0 | 0.00053881740 | |
| 20676636 | 2 months ago | | | 0 | 0.00052652338 | |
| 20676633 | 2 months ago | | | 0 | 0.00046807557 | |
| 20676633 | 2 months ago | | | 0 | 0.00040738783 | |
| 20676633 | 2 months ago | | | 0 | 0.00044235178 | |
| 20676633 | 2 months ago | | | 0 | 0.00040948319 | |
| 20676632 | 2 months ago | | | 0 | 0.00051945397 | |
| 20676632 | 2 months ago | | | 0 | 0.00052420417 | |
| 20676628 | 2 months ago | | | 0 | 0.00054237553 | |
| 20674913 | 2 months ago | | | 0 | 0.00022288530 |
ABI
ABI objects
Getter at block 21182401
baseExtension() view returns (string)
.json
cost() view returns (uint256)
0
freeAmount() view returns (uint256)
333
maxMintAmount() view returns (uint256)
20
maxSupply() view returns (uint256)
4444
name() view returns (string)
Mutant Elon Musk
owner() view returns (address)
0x03f3d786acc3c5d1a86c76ef9f68c044a92a2dba
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
Mutant Elon Musk
totalSupply() view returns (uint256)
4444
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
pause()
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 _initBaseURI, string _initNotRevURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()