MetaSniper
Verified contract
Active on
Ethereum with 8,401 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,941.19)
Native
Value
$6,941.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.0898 | $3,321.46 |
$6,941.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21131221 | 5 days ago | | | 0 | 0.0031679333 | |
| 21123956 | 6 days ago | | | 0 | 0.00063862162 | |
| 21098703 | 10 days ago | | | 0 | 0.00020989134 | |
| 20990472 | 25 days ago | | | 0.069 | 0.0018224674 | |
| 20977926 | a month ago | | | 0.069 | 0.00077188893 | |
| 20745872 | 2 months ago | | | 0 | 0.000072209777 | |
| 20618035 | 3 months ago | | | 0 | 0.000046334308 | |
| 20613612 | 3 months ago | | | 0 | 0.00023002773 | |
| 20611320 | 3 months ago | | | 0 | 0.000084354517 | |
| 20363511 | 4 months ago | | | 0.069 | 0.00033752746 |
ABI
ABI objects
Getter at block 21168373
merkleRoot() view returns (bytes32)
0x47ef17c08a19333cf2a0f5c1b679e09354a67b8b3599d66559da321787eb88ed
name() view returns (string)
MetaSniper
owner() view returns (address)
0x7cd3e5a22ef1ae4007b5a156a435d9b25acd229d
symbol() view returns (string)
MS
tokenImage() view returns (string)
ipfs://QmYr7q5BnRbuYJ1JMJPtJKD3u1L2i8hELzRsMsoAFv3BY6
totalSupply() view returns (uint256)
750
Read-only
balanceOf(address owner) view returns (uint256)
checkSubscription(uint256 _tokenId) view returns (bool)
checkUserSub(address _user, uint256 _tier) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBetaTokenCount(address _address) view returns (uint256)
getSubscriptionExpiration(uint256 _tokenId) view returns (struct MetasniperActiveSubscriptions)
getSubscriptionPlan(uint256 _tier) view returns (struct MetasniperSubscriptionPlan)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(address[] tos_, uint256 _tier, uint256 _bonusTime) payable
approve(address to, uint256 tokenId)
betaTokenMint() payable
editSubscriptionPlan(uint256 _tier, uint256 _price, uint256 _renewalFee, uint256 _duration, uint256 _maxSubscribers)
giftSubscribe(uint256 _tokenId) payable
mintNewToken(uint256 _tier) payable
newSubscriptionPlan(uint256 _tier, uint256 _price, uint256 _renewalFee, uint256 _duration, uint256 _maxSubscribers)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBetaMint(bool _state)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setSalePaused(bool _state)
setmerkleRoot(bytes32 _root)
subscribe(uint256 _tokenId) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOSReg(address _address)
updateTokenImage(string _url)
whiteListMint(bytes32[] _proof) payable
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(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.