skaterghostswtf
Verified contract
Active on
Ethereum with 492 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 "skaterghostswtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20495137 | 3 months ago | | | 0 | 0.00013616473 | |
| 20495129 | 3 months ago | | | 0 | 0.00010490173 | |
| 20495117 | 3 months ago | | | 0 | 0.00010580408 | |
| 20495107 | 3 months ago | | | 0 | 0.000080231723 | |
| 20495100 | 3 months ago | | | 0 | 0.000087729885 | |
| 16734144 | 2 years ago | | | 0 | 0.0012564096 | |
| 15387554 | 2 years ago | | | 0 | 0.00025695250 | |
| 15296461 | 2 years ago | | | 0 | 0.0016798467 | |
| 15272883 | 2 years ago | | | 0 | 0.00054850172 | |
| 15238716 | 2 years ago | | | 0 | 0.00051086655 |
ABI
ABI objects
Getter at block 21192319
_price() view returns (uint256)
0
activated() view returns (bool)
true
baseURI() view returns (string)
maxPerTx() view returns (uint256)
2
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
5555
name() view returns (string)
skaterghostswtf
owner() view returns (address)
0x33b7c87bff3f2f054563fab767f24b84a4daf376
symbol() view returns (string)
SKATERGHOST
totalSupply() view returns (uint256)
835
unrevealedTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmcASF4mrG8ib6TgUbmTt5vz5CaHvsYkUSH8dvtzRDBQmy
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsActive(bool _isActive)
setMaxPerTx(uint256 _maxPerTx)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setTokenURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
URIQueryForNonexistentToken()