WizardGuild
Verified contract
Active on
Ethereum with 1,627 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 "WizardGuild"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20747401 | 2 months ago | | | 0 | 0.00012010089 | |
| 20668022 | 2 months ago | | | 0 | 0.000068525167 | |
| 20656323 | 2 months ago | | | 0 | 0.00012225567 | |
| 20636037 | 2 months ago | | | 0 | 0.00023567925 | |
| 20634998 | 2 months ago | | | 0 | 0.00025657768 | |
| 20451127 | 3 months ago | | | 0 | 0.000076003407 | |
| 20175052 | 5 months ago | | | 0 | 0.00014386990 | |
| 20150521 | 5 months ago | | | 0 | 0.00011596058 | |
| 20002162 | 5 months ago | | | 0 | 0.00021303300 | |
| 19999295 | 5 months ago | | | 0 | 0.00033780209 |
ABI
ABI objects
Getter at block 21172495
ceoAddress() view returns (address)
0x9fe2712d5bdcc4a7653352a595e2938ca94acde6
cfoAddress() view returns (address)
0x0000000000000000000000000000000000000000
cooAddress() view returns (address)
0xd880d895ce716afc1e5e21cb901b5093701842e4
getNextWizardIndex() view returns (uint256)
6862
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 wizardId) view returns (address)
getWizard(uint256 id) view returns (address owner, uint88 innatePower, uint8 affinity, bytes32 metadata)
isApprovedForAll(address owner, address operator) view returns (bool)
isApprovedOrOwner(address spender, uint256 tokenId) view returns (bool)
ownerOf(uint256 wizardId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
verifySignature(uint256 wizardId, bytes32 hash, bytes sig) view
verifySignatures(uint256 wizardId1, uint256 wizardId2, bytes32 hash1, bytes32 hash2, bytes sig1, bytes sig2) view
wizardsById(uint256) view returns (uint8 affinity, uint88 innatePower, address owner, bytes32 metadata)
State-modifying
Events approve(address to, uint256 wizardId)
closeSeries()
mintReservedWizards(uint256[] wizardIds, uint88[] powers, uint8[] affinities, address owner)
mintWizards(uint88[] powers, uint8[] affinities, address owner) returns (uint256[] wizardIds)
openSeries(address minter, uint256 reservedIds) returns (uint64 seriesId)
safeTransferFrom(address from, address to, uint256 wizardId)
safeTransferFrom(address from, address to, uint256 wizardId, bytes _data)
setAffinity(uint256 wizardId, uint8 newAffinity)
setApprovalForAll(address to, bool approved)
setCeo(address newCeo)
setCfo(address newCfo)
setCoo(address newCoo)
setMetadata(uint256[] wizardIds, bytes32[] metadata)
transferFrom(address from, address to, uint256 wizardId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CEOTransferred(address previousCeo, address newCeo)
CFOTransferred(address previousCfo, address newCfo)
COOTransferred(address previousCoo, address newCoo)
MetadataSet(uint256 indexed wizardId, bytes32 metadata)
SeriesClose(uint64 seriesIndex)
SeriesOpen(uint64 seriesIndex, uint256 reservedIds)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WizardAffinityAssigned(uint256 wizardId, uint8 affinity)
WizardConjured(uint256 wizardId, uint8 affinity, uint256 innatePower)
constructor(address _cooAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.