AlienGame
Verified contract
Active on
Ethereum with 245 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 "AlienGame"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19429108 | 9 months ago | | | 0 | 0.0011882252 | |
| 15828068 | 2 years ago | | | 0 | 0.00064707489 | |
| 14228053 | 3 years ago | | | 0 | 0.0031928953 | |
| 14227929 | 3 years ago | | | 0 | 0.0037582804 | |
| 14227494 | 3 years ago | | | 0 | 0.0040705313 | |
| 14216930 | 3 years ago | | | 0 | 0.0018962102 | |
| 14216874 | 3 years ago | | | 0 | 0.0023061513 | |
| 14216277 | 3 years ago | | | 0 | 0.0030013750 | |
| 14215589 | 3 years ago | | | 0 | 0.0029113538 | |
| 14214742 | 3 years ago | | | 0 | 0.0020141340 |
ABI
ABI objects
Getter at block 21287372
baseExtension() view returns (string)
.json
maxMintAmount() view returns (uint256)
4
name() view returns (string)
AlienGame
notRevealedUri() view returns (string)
ipfs://QmcaMyhiC28NKdnRBHRXUCcNvNazpJ9BtSwPrPGZQxtLn1/hidden.json
owner() view returns (address)
0xe0edb360a95e4f6ca52e659693d271ef0ae83568
paused() view returns (bool)
false
price() view returns (uint256)
44000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
AG
totalSupply() view returns (uint256)
448
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 _newPrice)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.