metajoggers
Verified contract
Active on
Ethereum with 1,584 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 "metajoggers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16937560 | 2 years ago | | | 0 | 0.0013241611 | |
| 15253798 | 2 years ago | | | 0 | 0.00025170587 | |
| 15224111 | 2 years ago | | | 0 | 0.00020122020 | |
| 15133055 | 2 years ago | | | 0 | 0.00071739544 | |
| 15128420 | 2 years ago | | | 0 | 0.00055480109 | |
| 15127185 | 2 years ago | | | 0 | 0.00065631294 | |
| 15126598 | 2 years ago | | | 0 | 0.00060876778 | |
| 15122878 | 2 years ago | | | 0 | 0.0012506287 | |
| 15121264 | 2 years ago | | | 0 | 0.0010319079 | |
| 15121056 | 2 years ago | | | 0 | 0.00081774004 |
ABI
ABI objects
Getter at block 21228756
_price() view returns (uint256)
0
activated() view returns (bool)
true
baseURI() view returns (string)
maxPerTx() view returns (uint256)
1
maxPerWallet() view returns (uint256)
3
maxSupply() view returns (uint256)
1333
name() view returns (string)
metajoggers
owner() view returns (address)
0xfc2f7bb19a515d13c5fd8ee8571dfd55ec23110c
symbol() view returns (string)
METAJOGGER
totalSupply() view returns (uint256)
1333
unrevealedTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmYQH2oSRfw2FiugG84ETWtDXSSVfD9BwHPzhFbwnbgwGa
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()