Avastar
Verified contract
Active on
Ethereum with 18,825 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APR | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146905 | 2 days ago | | | 0 | 0.00022001875 | |
| 21138314 | 4 days ago | | | 0 | 0.0010702160 | |
| 21117700 | 6 days ago | | | 0 | 0.00020171150 | |
| 21116487 | 7 days ago | | | 0 | 0.00025502504 | |
| 21106367 | 8 days ago | | | 0 | 0.0023924051 | |
| 21105959 | 8 days ago | | | 0 | 0.000069620606 | |
| 21103488 | 8 days ago | | | 0 | 0.00010194660 | |
| 21103105 | 8 days ago | | | 0 | 0.000099504978 | |
| 21102851 | 9 days ago | | | 0 | 0.00010826884 | |
| 21102697 | 9 days ago | | | 0 | 0.00019830201 |
ABI
ABI objects
Getter at block 21163924
MAX_PRIMES_PER_SERIES() view returns (uint16)
5000
MAX_PROMO_PRIMES_PER_GENERATION() view returns (uint16)
200
MAX_REPLICANTS_PER_GENERATION() view returns (uint16)
25200
TOKEN_NAME() view returns (string)
Avastar
TOKEN_SYMBOL() view returns (string)
AVASTAR
getMetadataContractAddress() view returns (address contractAddress)
0xaccd4bf469711de6ca7d622c6e33357baacf39e7
isAvastarTeleporter() pure returns (bool)
true
name() view returns (string)
Avastar
newContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
AVASTAR
totalSupply() view returns (uint256)
26617
upgraded() view returns (bool)
false
Read-only
attributionByGeneration(uint8) view returns (uint8 generation, string artist, string infoURI)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAttributionByGeneration(uint8 _generation) view returns (string attribution)
getAvastarWaveByTokenId(uint256 _tokenId) view returns (uint8 wave)
getPrimeByGenerationAndSerial(uint8 _generation, uint256 _serial) view returns (uint256 tokenId, uint256 serial, uint256 traits, uint8 generation, uint8 series, uint8 gender, uint8 ranking)
getPrimeByTokenId(uint256 _tokenId) view returns (uint256 tokenId, uint256 serial, uint256 traits, uint8 generation, uint8 series, uint8 gender, uint8 ranking)
getPrimeReplicationByTokenId(uint256 _tokenId) view returns (uint256 tokenId, bool[12] replicated)
getReplicantByGenerationAndSerial(uint8 _generation, uint256 _serial) view returns (uint256 tokenId, uint256 serial, uint256 traits, uint8 generation, uint8 gender, uint8 ranking)
getReplicantByTokenId(uint256 _tokenId) view returns (uint256 tokenId, uint256 serial, uint256 traits, uint8 generation, uint8 gender, uint8 ranking)
getTraitArtById(uint256 _traitId) view returns (string art)
getTraitIdByGenerationGeneAndVariation(uint8 _generation, uint8 _gene, uint8 _variation) view returns (uint256 traitId)
getTraitInfoById(uint256 _traitId) view returns (uint256 id, uint8 generation, uint8[] series, uint8 gender, uint8 gene, uint8 rarity, uint8 variation, string name)
getTraitNameById(uint256 _traitId) view returns (string name)
isApprovedForAll(address owner, address operator) view returns (bool)
isHashUsedByGeneration(uint8, uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
primeCountByGenAndSeries(uint8, uint8) view returns (uint16)
renderAvastar(uint256 _tokenId) view returns (string svg)
replicantCountByGeneration(uint8) view returns (uint16)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdByGenerationAndHash(uint8, uint256) view returns (uint256)
tokenIdByGenerationWaveAndSerial(uint8, uint8, uint256) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string uri)
traitIdByGenerationGeneAndVariation(uint8, uint8, uint8) view returns (uint256)
State-modifying
Events addMinter(address _minterAddress)
addOwner(address _ownerAddress)
addSysAdmin(address _sysAdminAddress)
approve(address to, uint256 tokenId)
approveTraitAccess(address _handler, uint256[] _primeIds)
createTrait(uint8 _generation, uint8[] _series, uint8 _gender, uint8 _gene, uint8 _rarity, uint8 _variation, string _name, string _svg) returns (uint256 traitId)
extendTraitArt(uint256 _traitId, string _svg)
mintPrime(address _owner, uint256 _traits, uint8 _generation, uint8 _series, uint8 _gender, uint8 _ranking) returns (uint256 tokenId, uint256 serial)
mintReplicant(address _owner, uint256 _traits, uint8 _generation, uint8 _gender, uint8 _ranking) returns (uint256 tokenId, uint256 serial)
pause()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setAttribution(uint8 _generation, string _artist, string _infoURI)
setMetadataContractAddress(address _address)
stripRoles(address _address)
transferFrom(address from, address to, uint256 tokenId)
unpause()
upgradeContract(address _newAddress)
useTraits(uint256 _primeId, bool[12] _traitFlags)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AttributionSet(uint8 generation, string artist, string infoURI)
ContractPaused()
ContractUnpaused()
ContractUpgrade(address newContract)
MetadataContractAddressSet(address contractAddress)
NewPrime(uint256 id, uint256 serial, uint8 generation, uint8 series, uint8 gender, uint256 traits)
NewReplicant(uint256 id, uint256 serial, uint8 generation, uint8 gender, uint256 traits)
NewTrait(uint256 id, uint8 generation, uint8 gene, uint8 rarity, uint8 variation, string name)
TraitAccessApproved(address indexed handler, uint256[] primeIds)
TraitArtExtended(uint256 id)
TraitsUsed(address indexed handler, uint256 primeId, bool[12] used)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.