metaskipperswtf
Verified contract
Active on
Ethereum with 1,469 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 "metaskipperswtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16747281 | 2 years ago | | | 0 | 0.00097582132 | |
| 16646104 | 2 years ago | | | 0 | 0.0012043265 | |
| 16645848 | 2 years ago | | | 0 | 0.0011704820 | |
| 16645360 | 2 years ago | | | 0 | 0.0011852081 | |
| 15840933 | 2 years ago | | | 0 | 0.00080191082 | |
| 15840928 | 2 years ago | | | 0 | 0.0013608778 | |
| 15660177 | 2 years ago | | | 0 | 0.00030835221 | |
| 15408801 | 2 years ago | | | 0 | 0.00028035000 | |
| 15362162 | 2 years ago | | | 0 | 0.00059911014 | |
| 15311406 | 2 years ago | | | 0 | 0.00049581073 |
ABI
ABI objects
Getter at block 21379878
_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)
2345
name() view returns (string)
metaskipperswtf
owner() view returns (address)
0x94437348e55fb6d4ef69aad9c2ef4d5e9cdfd2db
symbol() view returns (string)
METASKIPPER
totalSupply() view returns (uint256)
2345
unrevealedTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmZapbne3kiS87c25jL4Jd8Hzie622GzYj5pUTKRvVEPGM
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()