Mythic Artifacts
Verified contract
Active on
Ethereum with 3,592 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 "Mythic Artifacts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200835 | 13 days ago | | | 0 | 0.00062244087 | |
| 21089029 | a month ago | | | 0 | 0.00016159327 | |
| 20876243 | 2 months ago | | | 0 | 0.00012478430 | |
| 20837950 | 2 months ago | | | 0 | 0.00097214442 | |
| 20652192 | 3 months ago | | | 0 | 0.000029433031 | |
| 20652121 | 3 months ago | | | 0 | 0.000026933873 | |
| 20652120 | 3 months ago | | | 0 | 0.000026905766 | |
| 20652117 | 3 months ago | | | 0 | 0.000028571958 | |
| 20652117 | 3 months ago | | | 0 | 0.000028558149 | |
| 20652117 | 3 months ago | | | 0 | 0.000028558149 |
ABI
ABI objects
Getter at block 21293847
baseURI() view returns (string)
https://apeliquid.io/mythicartifacts/json/
name() view returns (string)
Mythic Artifacts
owner() view returns (address)
0x866cfda1b7cd90cd250485cd8b700211480845d7
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 typeId) view returns (string)
validArtifactTypes(uint256) view returns (bool)
State-modifying
Events airdrop(uint256[] _tokenIds, address[] _addresses, uint256[] _qty)
batchMint(uint256 _tokenID, address _address, uint256 _quantity)
burnArtifacts(address tokenOwner, uint256 tokenId, uint256 totalToBurn)
burnMyArtifacts(uint256 tokenId, uint256 totalToBurn)
openGateway(address tokenOwner, uint256 tokenId)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setEvolutionContract(address evolutionContractAddress)
setGatewayContract(address aContractAddress)
setName(string _name)
transferOwnership(address newOwner)
updateBaseUri(string _baseURI)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBaseURI(string indexed baseURI)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.