Mythics of the Multichain
Verified contract
Active on
Base with 90 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000586 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15123356 | 6 months ago | | | 0 | 0.0000037495411 | |
| 14909244 | 6 months ago | | | 0 | 0.0000024769969 | |
| 12909147 | 8 months ago | | | 0 | 0.0000017246853 | |
| 12831035 | 8 months ago | | | 0 | 0.0000011884466 | |
| 12610302 | 8 months ago | | | 0 | 0.0000055135134 | |
| 12467134 | 8 months ago | | | 0 | 0.0000017835765 | |
| 12459281 | 8 months ago | | | 0 | 0.0000017835765 | |
| 12446368 | 8 months ago | | | 0.009 | 5.2117829e-7 | |
| 12442387 | 8 months ago | | | 0 | 0.0000031827857 | |
| 12441020 | 8 months ago | | | 0.009 | 0.0000032222837 |
ABI
ABI objects
Getter at block 22942149 description() view returns (string) listChains() view returns (string)
blendMode() view returns (string)
screen
chainColor() view returns (string)
#0051ff
chainName() view returns (string)
Base
mintActive() view returns (bool)
true
mintFee() view returns (uint256)
9000000000000000
mythicTreasuryContract() view returns (address)
0x5f1d12c75e21bf66ce24c9f2998d5ac39331873b
name() view returns (string)
Mythics of the Multichain
owner() view returns (address)
0x27879964b1684472f5e5f013339ad5cc33bf1aef
royaltyBPS() view returns (uint96)
500
symbol() view returns (string)
MYTHICS
totalSupply() view returns (uint256)
64
website() view returns (string)
https://mythics.art
Read-only
art(uint256) view returns (string)
balanceOf(address owner) view returns (uint256)
chain(uint256) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getCooldownEnd(uint256 _tokenId) view returns (uint256)
getCooldownTimeRemaining(uint256 _tokenId) view returns (uint256)
getMythicPoints(uint256 _tokenId) view returns (uint256)
getSVG(uint256 _tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
listOwnedTokens(address owner) view returns (uint256[])
name(uint256) view returns (string)
ownerOf(uint256 tokenId) view returns (address)
pointAccrualStartTime(uint256) view returns (uint256)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalPointsClaimed(uint256) view returns (uint256)
State-modifying
Events addChain(string _chain)
approve(address to, uint256 tokenId)
claimMythicPoints(uint256 _tokenId) returns (uint256)
editChain(uint256 index, string _chain)
renounceOwnership()
safeMint(address _to) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setChainDetails(string _chainName, string _chainColor, string _blendMode)
setContractDetails(uint256 _mintFee, uint96 _royaltyBPS, address _mythicTreasuryContract)
setDescription(string _description)
setWebsite(string _website)
toggleMinting()
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()
This contract contains no fallback and receive objects.
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)