Schoblins
Verified contract
Active on
Ethereum with 4,083 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 "Schoblins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17660215 | a year ago | | | 0 | 0.00043689151 | |
| 17411177 | a year ago | | | 0 | 0.00086002747 | |
| 16916257 | 2 years ago | | | 0 | 0.00076872034 | |
| 16269958 | 2 years ago | | | 0 | 0.00064700080 | |
| 16269957 | 2 years ago | | | 0 | 0.00068528931 | |
| 16016981 | 2 years ago | | | 0 | 0.00059802981 | |
| 15967334 | 2 years ago | | | 0 | 0.00063800899 | |
| 15967282 | 2 years ago | | | 0 | 0.00062418345 | |
| 15967226 | 2 years ago | | | 0 | 0.00060064777 | |
| 15944300 | 2 years ago | | | 0 | 0.00096195901 |
ABI
ABI objects
Getter at block 21259496
currentCount() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639616
freeMintedCount() view returns (uint256)
6738
maxFreePerAddress() view returns (uint256)
2
maxFreeSupply() view returns (uint256)
8000
maxPerAddressDuringMint() view returns (uint256)
10
maxPerTxDuringMint() view returns (uint256)
10
maxSupply() view returns (uint256)
8000
name() view returns (string)
Schoblins
owner() view returns (address)
0x41159f983d2826914864e11adde2346238c8a602
price() view returns (uint256)
5000000000000000
saleIsActive() view returns (bool)
true
symbol() view returns (string)
SCBLN
teamQuantity() view returns (uint256)
800
totalSupply() view returns (uint256)
8000
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedAmount(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
cutMaxSupply(uint256 _amount)
flipSale()
mint(uint256 _quantity) 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 baseURI)
setMaxForDrops(uint256 _amount)
setMaxPerAddress(uint256 _amount)
setMaxPerTx(uint256 _amount)
setPrice(uint256 _price)
teamMint(uint256 _amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance() payable
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()