MetaDrips
Verified contract
Active on
Ethereum with 318 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 "MetaDrips"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20858863 | 2 months ago | | | 0 | 0.00065266660 | |
| 20476772 | 4 months ago | | | 0 | 0.00022717430 | |
| 20476735 | 4 months ago | | | 0 | 0.00024532738 | |
| 20415100 | 4 months ago | | | 0 | 0.00022030241 | |
| 19721949 | 7 months ago | | | 0 | 0.00074301445 | |
| 19664014 | 7 months ago | | | 0 | 0.00085209180 | |
| 19582830 | 8 months ago | | | 0 | 0.0025975672 | |
| 19527642 | 8 months ago | | | 0 | 0.0037092866 | |
| 19527606 | 8 months ago | | | 0 | 0.0035026896 | |
| 19464518 | 8 months ago | | | 0 | 0.0034782675 |
ABI
ABI objects
Getter at block 21294911
getURI() view returns (string)
https://arthouse.s3.amazonaws.com/
name() view returns (string)
MetaDrips
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0xe6d51f0d93a94709802fd4adde1eb82e738d3e95
paused() view returns (bool)
false
symbol() view returns (string)
MD
totalSupply() view returns (uint256)
108
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
limits(uint256) view returns (uint256)
nftMinted(uint256) view returns (uint256)
nftTier(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
prices(uint256) view returns (uint256)
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)
whitelistedAddresses(address) view returns (bool)
State-modifying
Events addTier(uint256 _newPrice, uint256 _limit)
approve(address to, uint256 tokenId)
giveAway(address _to, uint256 _amount, uint256 _tier)
mint(uint256 _tier) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOnlyWhitelisted(bool _state)
setPause(bool _newState)
setPrice(uint256 _tier, uint256 _newPrice)
setTierLimit(uint256 _tier, uint256 _limit)
setVaultAddress(address _newAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUsers(address[] _wallets, bool _state)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(uint256 _tier, address _address)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetPrice(uint256 _tier, uint256 _newPrice)
SetURI(string _uri)
TierLimit(uint256 _tier, uint256 _limit)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WhitelistStatus(bool _state)
WhitelistUsers(address[] _wallets, bool _state)
WithdrawAll(uint256 _amt, address _to)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.