To Somewhere
Verified contract
Active on
Ethereum with 1,368 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 "To Somewhere"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19297803 | 9 months ago | | | 0 | 0.0021305174 | |
| 19126417 | 10 months ago | | | 0 | 0.00046964314 | |
| 18901044 | a year ago | | | 0 | 0.00073545942 | |
| 17932663 | a year ago | | | 0 | 0.00072328932 | |
| 17860524 | a year ago | | | 0 | 0.00075593745 | |
| 17805284 | a year ago | | | 0 | 0.0012746280 | |
| 17619346 | a year ago | | | 0 | 0.00038164956 | |
| 17619345 | a year ago | | | 0 | 0.00037845008 | |
| 17619303 | a year ago | | | 0 | 0.00044940189 | |
| 17619261 | a year ago | | | 0 | 0.00048951948 |
ABI
ABI objects
Getter at block 21194653
MAX_TEAM_KEEP() view returns (uint256)
50
MAX_TOKEN() view returns (uint256)
1000
MAX_TOKENS_PER_ACCOUNT_FOR_FREE() view returns (uint256)
2
merkleRoot() view returns (bytes32)
0x3f4fba52d78b0bfa6195ddc5b6845ccc00a2f59f97d153d5a3b7097d1dbbf7db
name() view returns (string)
To Somewhere
owner() view returns (address)
0x806e2ca40320704843478bfe930a5ad623f4bf1c
publicMintTime() view returns (uint256)
1660363200
symbol() view returns (string)
ToSomewhere
teamAccount() view returns (address)
0xdbf61927808622bc7afbfbdfeb38d0824b0e7149
teamKeep() view returns (uint256)
0
totalSupply() view returns (uint256)
1000
whitelistMintTime() view returns (uint256)
1660276800
Read-only
arrayTokenIds(address account, uint256 _from, uint256 _to) view returns (uint256[])
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintNum(address) view returns (uint256)
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)
batchClaim(address[] _accounts, uint256[] _quantity)
claim()
publicMint(uint256 num)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMerkleRoot(bytes32 merkleRoot_)
setMintTime(uint256 whitelistMintTime_, uint256 publicMintTime_)
setTeamAccount(address teamAccount_)
teamMint(uint256 num)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 num, bytes32[] proof_)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed account, uint256 indexed tokenid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI_, string name_, string symbol_, uint256 whitelistMintTime_, uint256 publicMintTime_, address teamAccount_)
This contract contains no fallback and receive objects.
This contract contains no error objects.