stonedgoblinz.wtf
Verified contract
Active on
Ethereum with 229 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 "stonedgoblinz.wtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16779421 | 2 years ago | | | 0 | 0.00094578125 | |
| 15922145 | 2 years ago | | | 0 | 0.00068992819 | |
| 15846436 | 2 years ago | | | 0 | 0.00040411926 | |
| 15568630 | 2 years ago | | | 0 | 0.00056155857 | |
| 15440320 | 2 years ago | | | 0 | 0.00080237098 | |
| 15370489 | 2 years ago | | | 0 | 0.00061766873 | |
| 15364559 | 2 years ago | | | 0 | 0.00038692420 | |
| 15359982 | 2 years ago | | | 0 | 0.0011587351 | |
| 15310659 | 2 years ago | | | 0 | 0.00099499345 | |
| 15199808 | 2 years ago | | | 0 | 0.00063385383 |
ABI
ABI objects
Getter at block 21282476
FREE_MINTED() view returns (uint256)
23
FREE_SUPPLY() view returns (uint256)
23
MAX_MINTS_PER_TX() view returns (uint256)
50
MAX_SUPPLY() view returns (uint256)
10000
baseURI() view returns (string)
ipfs://QmdsX4Vjms5vQECrBYS6DsgbuHqmRMjgEcvvZbBdZXynJb/
name() view returns (string)
stonedgoblinz.wtf
notRevealedUri() view returns (string)
ipfs://QmdvukSmuo8YuMTfqRHR5Y6yYHyDtUdDU9d4Yhg4GRrUCb/hidden.json
owner() view returns (address)
0xa5d27e28c29836f6881ae27439d958011a062c28
price() view returns (uint256)
4206900000000000
publicSaleStarted() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
swtf
totalSupply() view returns (uint256)
1068
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasMintedClaim(address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
freemint(uint256 amountfree) payable
mint(uint256 tokens) payable
ownerMint(address to, uint256 tokens)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setPrice(uint256 _newPrice)
setfreeSupply(uint256 _newfreeSupply)
setmaxSupply(uint256 _newMaxSupply)
setnotRevealedUri(string _newnotRevealedURI)
togglePublicSaleStarted()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()