Simple Stoix
Verified contract
Active on
Ethereum with 1,112 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($683.63)
Native
Value
$683.63
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.216 | $3,164.97 |
$683.63 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21015755 | 23 days ago | | | 0 | 0.00022420360 | |
| 19460149 | 8 months ago | | | 0 | 0.00049151572 | |
| 17422054 | a year ago | | | 0 | 0.0028710970 | |
| 17047309 | 2 years ago | | | 0 | 0.0012024757 | |
| 15850144 | 2 years ago | | | 0 | 0.00048511113 | |
| 15358324 | 2 years ago | | | 0 | 0.000087449119 | |
| 15280301 | 2 years ago | | | 0 | 0.00052411014 | |
| 15147198 | 2 years ago | | | 0 | 0.0017559933 | |
| 14878975 | 2 years ago | | | 0 | 0.00082884752 | |
| 14852794 | 2 years ago | | | 0 | 0.0011381320 |
ABI
ABI objects
Getter at block 21177971
MAX_SUPPLY() view returns (uint16)
9997
PRICE() view returns (uint256)
27000000000000000
baseURI() view returns (string)
https://abtrum80la.execute-api.us-east-1.amazonaws.com/
freePeriodActive() view returns (bool)
false
freemints() view returns (uint16)
0
name() view returns (string)
Simple Stoix
owner() view returns (address)
0xa02ebffafb507d945b112d4535c85942e7153a60
provenance() view returns (string)
5f326d6455c69fb687fc9b3efe3375af083bcab5fa8216efd397c7d1929de7e9
reserved() view returns (uint16)
272
saleIsActive() view returns (bool)
false
startingIndex() view returns (uint256)
2599
symbol() view returns (string)
STOIX
totalSupply() view returns (uint256)
720
Read-only
allStoixOfWallet(address owner) view returns (uint256[])
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)
State-modifying
Events approve(address to, uint256 tokenId)
claimReserved(uint16 number, address receiver)
mintFreeStoix()
mintStoix(uint16 numberOfTokens) payable
pauseSale()
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)
setProvenance(string provenanceHash)
setStartingIndex()
startSale()
stopFreeSale()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address teamAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.