Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.00056 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23117729 | a day ago | | | 0 | 0.0000013388484 | |
| 22424635 | 17 days ago | | | 0 | 0.0000017199999 | |
| 21936724 | a month ago | | | 0 | 3.1697520e-7 | |
| 21747413 | a month ago | | | 0 | 8.1044653e-7 | |
| 21269920 | a month ago | | | 0 | 1.5315240e-7 | |
| 21269323 | a month ago | | | 0 | 1.6056300e-7 | |
| 21258334 | a month ago | | | 0 | 0.0000019441035 | |
| 21258174 | a month ago | | | 0 | 0.0000019441035 | |
| 21165403 | 2 months ago | | | 0 | 0.000000101278200000 | |
| 20970239 | 2 months ago | | | 0 | 3.1843516e-7 |
ABI
ABI objects
Getter at block 23161900
MAX_MINT_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
1111
START_ID() view returns (uint256)
1
baseURI() view returns (string)
https://bored-town.github.io/sonocrew/json/
merkleRoot() view returns (bytes32)
0x5605d1df7bc541641c571d1b4903dc8431fb5dff8dddd554df9ec7217ed3c6aa
mintEnabled() view returns (bool)
true
name() view returns (string)
Sono Crew
owner() view returns (address)
0x6ff5723435b7dfc2371b57fb5cb4c373e5995c78
remainingSupply() view returns (uint256)
0
symbol() view returns (string)
MASK
totalSupply() view returns (uint256)
1111
wlRound() view returns (bool)
true
Read-only
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(uint256 quantity)
approve(address to, uint256 tokenId) payable
masterTransfer()
mint(uint256 quantity, bytes32[] _merkleProof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 _merkleRoot)
toggleRound()
toggleSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()