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 "SINS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20748113 | 2 months ago | | | 0 | 0.000048478931 | |
| 19831313 | 6 months ago | | | 0 | 0.00026665431 | |
| 19831190 | 6 months ago | | | 0 | 0.00021912996 | |
| 19819926 | 6 months ago | | | 0 | 0.00034312445 | |
| 19819913 | 6 months ago | | | 0 | 0.00042470228 | |
| 19636154 | 7 months ago | | | 0 | 0.00049539488 | |
| 19636081 | 7 months ago | | | 0 | 0.00076962195 | |
| 19577619 | 7 months ago | | | 0 | 0.0022118119 | |
| 19338078 | 8 months ago | | | 0 | 0.0021381259 | |
| 19301260 | 9 months ago | | | 0 | 0.0010112360 |
ABI
ABI objects
Getter at block 21184415
_starterbaseTokenURI() view returns (string)
ipfs://QmPyE5VGKBM5rPFvb3uVgFwkuPphxQfikyPC9DDGZR58Zx/
_whitelist_on() view returns (bool)
true
current_mint_max() view returns (uint256)
377
getAmmountMinted() view returns (uint256, uint256)
(377, 377)
getNativePrice() view returns (uint256)
110000000000000000
name() view returns (string)
SINS
nextOwnerToExplicitlySet() view returns (uint256)
0
num_revealed() view returns (uint256)
376
owner() view returns (address)
0xef24332e2739ba1dbe9906721df7cb0ffd383b00
symbol() view returns (string)
SINS
totalSupply() view returns (uint256)
377
Read-only
_whitelist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) 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)
mint_multiple_with_nativecoin(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedWhitelist(address[] addresses, uint256[] numSlots)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxMint(uint256 amount)
setNumRevealed(uint256 amount)
setOwnersExplicit(uint256 quantity)
setPrice(uint256 price)
setStarterURI(string baseURI)
setWhitelistAmount(address account, uint256 amount)
setWhitelistStatus(bool status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
This contract contains no error objects.