alien

Verified contract

Active on Ethereum with 642 txns
Deployed by via 0xeb808e33 at 16169223
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "alien"

0xe589c29dce910c5b15118c7738716450653fdf60b1631ad8f80ea4792515b3bc
0x14d507481429ec6b5c0f16a214472e2bd5433240cd788aa35e5c304096ae90ec
0x0561e5f4f58a3dc77a789e34f86e45c01032f81b7992e6a02c075b674fe49f8f
0x8248c8b4bcb9c14ef607e9e416a1f282a9d530bee8ff4197408ba236683520e0
0xf87520fe5bc598c9ef115dccecfcb9b4f43a84ed760da1a1fa2132a48e4e04a6
0xa87e9b5e56b92b686f7b428f50cf426a54de27908eac64b2ac5c69808c91974a
0x564740688f8efef0c4ff3a5775ffac81304c56ed6533a6f1ab8b5dd0d14e810f
0xf6ca0fe96f1bec57eb9b92e5ce8b3e70b6be73b2def5495fd30f45bc51ebed56
0x097f3b46c4fc150d373718495b6b69eecbb99e9331bfd222dfd494021e3404fd
0x30304a47a46174337d9f8d8a70805e4850be99ffc6d9adcea5fdbc4112573725

Functions
Getter at block 21299555
amountMintPerAccount(view returns (uint256)
1
baseTokenURI(pure returns (string)
ipfs://QmUuVafUNvxbXGpwfNqjNPuKzrotMBf1ao76Uz8d27wiGU/
contractURI(pure returns (string)
ipfs://QmPLB8oxb1fmbpjNHi4HofLhQzhDLm8sjmMAkpq6oi4yQE/
currentToken(view returns (uint256)
555
max_supply(view returns (uint256)
555
name(view returns (string)
alien
owner(view returns (address)
0xed435fcf4445fcf25163e7a6a64963ff58a19659
symbol(view returns (string)
encounter
uriPrefix(view returns (string)
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
publicMint(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
MintSuccessful(address user
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator