TheAlienBoy
Verified contract
Active on
Ethereum with 18,351 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($240.85)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.075 | $3,211.37 |
$240.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21139472 | 3 days ago | | | 0 | 0.00065693038 | |
| 21132650 | 4 days ago | | | 0 | 0.00076151164 | |
| 21125520 | 5 days ago | | | 0 | 0.00066957823 | |
| 21105848 | 7 days ago | | | 0 | 0.00036469872 | |
| 21084510 | 10 days ago | | | 0 | 0.00036259826 | |
| 21082326 | 11 days ago | | | 0 | 0.00022732253 | |
| 21061145 | 14 days ago | | | 0 | 0.00025855455 | |
| 21059997 | 14 days ago | | | 0 | 0.00041003376 | |
| 21059997 | 14 days ago | | | 0 | 0.00034169858 | |
| 21059997 | 14 days ago | | | 0 | 0.00041003376 |
ABI
ABI objects
Getter at block 21158675
CURRENT_PRICE() view returns (uint256)
80000000000000000
MAX_PURCHASE() view returns (uint256)
50
MAX_TOKENS() view returns (uint256)
10000
PROVENANCE() view returns (string)
STARTING_INDEX() view returns (uint256)
1947
name() view returns (string)
TheAlienBoy
owner() view returns (address)
0xf239447dafa45d4ff2136f3006d445908f43e9c3
saleIsActive() view returns (bool)
true
symbol() view returns (string)
TABOY
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getAlienDetail(uint256 tokenId) view returns (struct TheAlienBoyAlienDetail detail)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mintAlien(uint256 numberOfTokens) payable
mintTokenId(uint256 tokenId)
renounceOwnership()
reserveTokens()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string BaseURI)
setCurrentPrice(uint256 currentPrice)
setMaxTokens(uint256 maxTokens)
setProvenanceHash(string provenanceHash)
setSaleState(bool newState)
setStartingIndex(uint256 startingIndex)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenMinted(uint256 tokenId, address owner, uint256 first_encounter)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string baseURIp, uint256 startingIndex)
This contract contains no fallback and receive objects.
This contract contains no error objects.