TestStudio
Verified contract
Active on
Ethereum with 17 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 "TestStudio"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14786331 | 3 years ago | | | 0 | 0.0028439313 | |
| 14786314 | 3 years ago | | | 0 | 0.0028773714 | |
| 14785899 | 3 years ago | | | 0 | 0.0028432727 | |
| 14785888 | 3 years ago | | | 0 | 0.0019311485 | |
| 14778132 | 3 years ago | | | 0 | 0.0044306042 | |
| 14778122 | 3 years ago | | | 0 | 0.0048142489 | |
| 14778101 | 3 years ago | | | 0 | 0.0036241316 | |
| 14719923 | 3 years ago | | | 0 | 0.0076705562 | |
| 14719904 | 3 years ago | | | 0 | 0.0087801117 | |
| 14719887 | 3 years ago | | | 0 | 0.0072246987 |
ABI
ABI objects
Getter at block 21226107
getState() view returns (uint8)
2
maxPublicSalePerTx() view returns (uint256)
1
maxSaleCapped() view returns (uint256)
10000
maxSupply() view returns (uint256)
10000
name() view returns (string)
TestStudio
nextSubsequentSale() view returns (uint256)
14786341
operatorAddress() view returns (address)
0x84f6f9867ac2c4e8d990825d440cd6da1de3309f
owner() view returns (address)
0x84f6f9867ac2c4e8d990825d440cd6da1de3309f
publicSaleCap() view returns (uint256)
1000
publicSalePrice() view returns (uint256)
0
salePhase() view returns (uint8)
1
subsequentSaleBlockSize() view returns (uint256)
10
symbol() view returns (string)
TS
totalPublicMinted() view returns (uint256)
16
totalSupply() view returns (uint256)
16
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRequestTime(uint256 blockNumber) view returns (struct StudioProfileRequestTime[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
purchaseCount(address) view returns (uint256)
requestTimeMap(address, uint256, uint256) view returns (address sender, uint256 blockTime, uint256 triggerTime, uint256 requestTime, bytes transactionHash)
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)
disablePublicSale()
doProfileRequest(uint256 triggerTime, uint256 requestTime, bytes transactionHash)
enablePublicSale()
mintToken(uint256 amount, bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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)
MintAttempt(address indexed account, bytes data)
NewRequest(address arg0, uint256 arg1, uint256 arg2, uint256 arg3)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchased(address indexed account, uint256 indexed index)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WithdrawNonPurchaseFund(uint256 balance)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.