Something
Verified contract
Active on
Ethereum with 2,345 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 "Something"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20517147 | 3 months ago | | | 0 | 0.000090910910 | |
| 20291960 | 4 months ago | | | 0 | 0.00023480695 | |
| 20291952 | 4 months ago | | | 0 | 0.00036021016 | |
| 20155844 | 5 months ago | | | 0 | 0.00028613658 | |
| 19089180 | 10 months ago | | | 0 | 0.00040821623 | |
| 18904373 | a year ago | | | 0 | 0.00034223429 | |
| 18482095 | a year ago | | | 0 | 0.00083692780 | |
| 18302762 | a year ago | | | 0 | 0.00025629946 | |
| 17477437 | a year ago | | | 0 | 0.00094350827 | |
| 17242916 | 2 years ago | | | 0 | 0.0040033114 |
ABI
ABI objects
Getter at block 21212387
baseURI() view returns (string)
ipfs://Qme8hxYfhWcbYDafynmrPAahNQvCegEZMTknNwvFTN8ivy/
freeMintingCapPerAddress() view returns (uint64)
1
freeQuota() view returns (uint64)
200
maxSupply() view returns (uint64)
1000
mintingActive() view returns (bool)
true
mintingCapPerTx() view returns (uint64)
2
mintingPrice() view returns (uint256)
3000000000000000
name() view returns (string)
Something
owner() view returns (address)
0xa3a0d280a91ee37b6ed890c62dd4ba9786a5cf43
symbol() view returns (string)
STH
totalMinted() view returns (uint256)
1000
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTotalFreeMintedByUser(address user) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
disableMinting()
enableMinting()
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setFreeQuota(uint64 newFreeQuota)
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(uint64 initialFreeQuota)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()