Medusa

Verified contract

Active on Ethereum with 543 txns
Deployed by via 0xcad16def at 14881503
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Medusa"

0x233803b9f5c3934258441323ed3de611dde4969c1db854ee6e166601c2323add
0x8fe186ff85ecf9bd30b666a5857483debcab939741545b8e049297f319f5c12f
0xa77d211a788113bf4be501f6ae27675105258a8a5bd506319a43c4ed4da479cc
0x5b1a1be29825da6b486c2b0e2604651c8793fd04ecf5e4d833fc311b85fffb95
0x18f0c48e01afb580e3d99b5c74297cb819055ace981ba9eb06d17cce7d089825
0x980a056d413b81f28d7bd61e133c2e075eb541a2bb2c4205e419be2849258b83
0x58d8eadb0e285658addb3c8bc58d08eebf380fd23d8d5044910faca85893048f
0x3c2a05e0b8d92f9dc1fc80ffb9e0c03c19d82ebd390870f499165b502001eae4
0x81245fccd9107b7cc4492544cd146b128ec13c3f91cc24ed9379593a6dfa0397
0x75e9698dd826bc4aeb07c26f6f9b419640ef1b19df595d108fa78ada8defa3de

Functions
Getter at block 20916640
maxFreePerWallet(view returns (uint256)
2
maxPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
999
mintEnabled(view returns (bool)
true
name(view returns (string)
Medusa
owner(view returns (address)
0xc09f90a7d8eb1dfb5adb64dffc76a21e14773faf
price(view returns (uint256)
2000000000000000
symbol(view returns (string)
ARC
totalFree(view returns (uint256)
333
totalSupply(view returns (uint256)
999
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(