Rug Punks Order Pass
Verified contract
Active on
Ethereum with 1,009 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 "Rug Punks Order Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19632935 | 7 months ago | | | 0 | 0.00083906910 | |
| 19318070 | 9 months ago | | | 0 | 0.00088440802 | |
| 18651906 | a year ago | | | 0 | 0.0018086849 | |
| 17511122 | a year ago | | | 0 | 0.0016818492 | |
| 17511121 | a year ago | | | 0 | 0.00085750695 | |
| 16674351 | 2 years ago | | | 0 | 0.0013529953 | |
| 15846802 | 2 years ago | | | 0 | 0.00037592440 | |
| 15805017 | 2 years ago | | | 0 | 0.0014625703 | |
| 15801448 | 2 years ago | | | 0 | 0.0010510432 | |
| 15775374 | 2 years ago | | | 0 | 0.0011247791 |
ABI
ABI objects
Getter at block 21186222
baseURI() view returns (string)
https://rugpunks.s3.amazonaws.com/mutagen/metadata/
burnCount() view returns (uint256)
337
initialReserve() view returns (uint256)
125
maxBatch() view returns (uint256)
5
name() view returns (string)
Rug Punks Order Pass
owner() view returns (address)
0x791b38ff1efe6fd71bcfb5af1b684bc72156f589
price() view returns (uint256)
100000000000000000
symbol() view returns (string)
RPOP
totalCount() view returns (uint256)
1000
totalMinted() view returns (uint256)
323
totalSupply() view returns (uint256)
111
wallet() view returns (address)
0x86a8a293fb94048189f76552eba5ec47bc272223
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
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)
walletInventory(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changePrice(uint256 _newPrice)
changeWallet(address _newWallet)
distroDust()
mintOrderPass(uint256 _batchCount) payable
renounceOwnership()
safeMint(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setStart(bool _start)
setTokenURI(uint256 _tokenId, string _tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
walletDistro()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintOrderPass(address indexed buyer, uint256 startWith, uint256 batch)
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.
This contract contains no error objects.