GangsOfSkate
Verified contract
Active on
Ethereum with 905 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 "GangsOfSkate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17964585 | a year ago | | | 0 | 0.0015220951 | |
| 16382782 | 2 years ago | | | 0 | 0.00044223221 | |
| 16381058 | 2 years ago | | | 0 | 0.00041286864 | |
| 16381058 | 2 years ago | | | 0 | 0.00072661538 | |
| 16373395 | 2 years ago | | | 0 | 0.00054771789 | |
| 16373001 | 2 years ago | | | 0 | 0.0010058318 | |
| 16372999 | 2 years ago | | | 0 | 0.0010545474 | |
| 16372969 | 2 years ago | | | 0 | 0.00066741926 | |
| 16372947 | 2 years ago | | | 0 | 0.00092217661 | |
| 16372941 | 2 years ago | | | 0 | 0.00087382646 |
ABI
ABI objects
Getter at block 21394714
cost() view returns (uint256)
0
freeClaimEnabled() view returns (bool)
true
freeClaimUntil() view returns (uint16)
200
hiddenURL() view returns (string)
maxFreeClaimAmountPerWallet() view returns (uint8)
1
maxMintAmountPerTx() view returns (uint8)
10
maxMintAmountPerWallet() view returns (uint8)
3
maxSupply() view returns (uint16)
2022
name() view returns (string)
GangsOfSkate
owner() view returns (address)
0x0b773095a6483f923ea80c6aa67663716657ff76
paused() view returns (bool)
false
reveal() view returns (bool)
true
symbol() view returns (string)
SK8
totalSupply() view returns (uint256)
2022
Read-only
NFTPerAddress(address) view returns (uint8)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
maxFreeClaim(address) view returns (uint8)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Mint(uint8 _mintAmount) payable
airDrop(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
freeClaim(uint8 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeClaimEnabled(bool _state)
setFreeClaimUntil(uint16 _freeClaimUntil)
setHiddenUri(string _uriPrefix)
setMaxMintAmountPerTx(uint8 _maxtx)
setMaxNFTPerAddress(uint8 _limit)
setMaxSupply(uint16 _maxSupply)
setPaused(bool _state)
setRevealed()
setUriPrefix(string _uriPrefix)
setmaxFreeClaim(uint8 _limit)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()