Monomyth
Verified contract
Active on
Ethereum with 7,232 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 "Monomyth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171318 | 13 days ago | | | 0 | 0.0012269127 | |
| 21157392 | 15 days ago | | | 0 | 0.00073345269 | |
| 21108998 | 22 days ago | | | 0 | 0.00028285433 | |
| 21108977 | 22 days ago | | | 0 | 0.00031894308 | |
| 21100573 | 23 days ago | | | 0 | 0.00015210045 | |
| 21058139 | a month ago | | | 0 | 0.00047516869 | |
| 21003820 | a month ago | | | 0 | 0.00031916099 | |
| 20945417 | a month ago | | | 0 | 0.00051182046 | |
| 20935305 | 2 months ago | | | 0 | 0.00074485226 | |
| 20932426 | 2 months ago | | | 0 | 0.00050369951 |
ABI
ABI objects
Getter at block 21264904
_baseTokenURI() view returns (string)
https://nft.bueno.art/api/contract/aqXcWSnpjnUqoRzCEOOXQ/chain/1/metadata/
merkleRoot() view returns (bytes32)
0x276da5731cdea727b4add28a2ac3ba21b89467e145e77072c8669c57069e6f94
name() view returns (string)
Monomyth
owner() view returns (address)
0x9e51954aaf1d8a73fa1e78dc55fe8637fcf805cf
presalePrice() view returns (uint256)
50000000000000000
presaleSupply() view returns (uint256)
10000
price() view returns (uint256)
50000000000000000
saleState() view returns (uint8)
1
supply() view returns (uint256)
10000
symbol() view returns (string)
MYTH
totalSupply() view returns (uint256)
10000
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(uint64[] qtys, address[] recipients)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty, bytes32[] merkleProof) payable
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)
setMerkleRoot(bytes32 _merkleRoot)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidBatchMint()
InvalidPrice()
InvalidProof()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()