Council of Mages
Verified contract
Active on
Ethereum with 2,965 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
5 additional
variables
Balances ($0.00)
No balances found for "Council of Mages"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20508177 | 3 months ago | | | 0 | 0.000076039635 | |
| 20290427 | 4 months ago | | | 0 | 0.00017677763 | |
| 19952811 | 6 months ago | | | 0 | 0.00023698229 | |
| 19747022 | 7 months ago | | | 0 | 0.00031537009 | |
| 19683147 | 7 months ago | | | 0 | 0.00097198212 | |
| 19678835 | 7 months ago | | | 0 | 0.00060230510 | |
| 19408958 | 8 months ago | | | 0 | 0.0020220735 | |
| 19404973 | 8 months ago | | | 0 | 0.0025606640 | |
| 19382908 | 8 months ago | | | 0 | 0.0026124136 | |
| 19373006 | 8 months ago | | | 0 | 0.0027938879 |
ABI
ABI objects
Getter at block 21216544 contractData() view returns (string name, string description, string image, string banner, string website, uint256 royalties, string royaltiesRecipient) contractURI() view returns (string)
allowListPrice() view returns (uint256)
8000000000000000
baseURI() view returns (string)
https://app.indelible.xyz/api/png/0xd8c53b5bcc2bb9bbcc9dd498ebc4165d8459349f/
isAllowListActive() view returns (bool)
true
isContractSealed() view returns (bool)
false
isMintActive() view returns (bool)
false
isPublicMintActive() view returns (bool)
false
maxPerAddress() view returns (uint256)
1
maxPerAllowList() view returns (uint256)
4
maxSupply() view returns (uint256)
2524
name() view returns (string)
Council of Mages
owner() view returns (address)
0x8931d16b81eac47ff04ce23036ae524c6a2a1a17
publicMintPrice() view returns (uint256)
8000000000000000
symbol() view returns (string)
MAGES
totalSupply() view returns (uint256)
2524
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getLinkedTraits(uint256 _layerIndex, uint256 _traitIndex) view returns (uint256[])
hashToMetadata(string _hash) view returns (string)
hashToSVG(string _hash) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
onAllowList(address addr, bytes32[] merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToHash(uint256 _tokenId) view returns (string)
tokenIdToSVG(uint256 _tokenId) view returns (string)
tokenURI(uint256 _tokenId) view returns (string)
tokensAreDuplicates(uint256 tokenIdA, uint256 tokenIdB) view returns (bool)
traitData(uint256 _layerIndex, uint256 _traitIndex) view returns (string)
traitDetails(uint256 _layerIndex, uint256 _traitIndex) view returns (struct IndelibleTrait)
withdrawRecipients(uint256) view returns (string name, string imageUrl, address recipientAddress, uint256 percentage)
State-modifying
Events addLayer(uint256 _layerIndex, struct IndelibleTraitDTO[] traits)
addTrait(uint256 _layerIndex, uint256 _traitIndex, struct IndelibleTraitDTO trait)
approve(address to, uint256 tokenId)
mint(uint256 _count, bytes32[] merkleProof) payable returns (uint256)
reRollDuplicate(uint256 tokenIdA, uint256 tokenIdB)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sealContract()
setAllowListPrice(uint256 _allowListPrice)
setApprovalForAll(address operator, bool approved)
setBackgroundColor(string _backgroundColor)
setBaseURI(string _baseURI)
setContractData(struct IndelibleContractData _contractData)
setLinkedTraits(struct IndelibleLinkedTraitDTO[] linkedTraits)
setMaxPerAddress(uint256 _maxPerAddress)
setMaxPerAllowList(uint256 _maxPerAllowList)
setMerkleRoot(bytes32 newMerkleRoot)
setRenderOfTokenId(uint256 _tokenId, bool _renderOffChain)
toggleAllowListMint()
togglePublicMint()
toggleWrapSVG()
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidCodeAtRange(uint256 _size, uint256 _start, uint256 _end)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WriteError()