Rumpel crew
Verified contract
Active on
Ethereum with 630 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 "Rumpel crew"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199879 | 10 hours ago | | | 0 | 0.00057047593 | |
| 21167945 | 5 days ago | | | 0 | 0.0018615908 | |
| 20621263 | 3 months ago | | | 0 | 0.00028332542 | |
| 19804850 | 6 months ago | | | 0 | 0.00032945714 | |
| 19428927 | 8 months ago | | | 0 | 0.0026513351 | |
| 19249697 | 9 months ago | | | 0 | 0.0010185636 | |
| 18755240 | a year ago | | | 0 | 0.0011223155 | |
| 18633110 | a year ago | | | 0 | 0.0013655572 | |
| 18620254 | a year ago | | | 0 | 0.0011246205 | |
| 18584125 | a year ago | | | 0 | 0.0014809775 |
ABI
ABI objects
Getter at block 21202872
MAX_MINT_PER_TRANSACTION() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
700
PRESALE_MAX_MINT() view returns (uint256)
3
PUBLIC_SALE_PRICE() view returns (uint256)
87000000000000000
RUMPEL_LIST_PRICE() view returns (uint256)
69000000000000000
airdropped() view returns (bool)
true
changedSupply() view returns (bool)
true
name() view returns (string)
Rumpel crew
owner() view returns (address)
0x8df2f63021d39be4dc5d04225ecff8d5f648fd50
publicSaleEndTime() view returns (uint32)
1661205540
publicSaleStartTime() view returns (uint32)
1652265240
rumpelListRoot() view returns (bytes32)
0x6b99b7a7244eb62660c66024d2031a9ec0a78aca721bff49790dd5e2b8a2c625
rumpelListStartTime() view returns (uint32)
1652178840
symbol() view returns (string)
RUMPEL
teamMinted() view returns (bool)
true
totalSupply() view returns (uint256)
700
uriLocked() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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 airdrop(address[] addresses, uint256[] amount)
approve(address to, uint256 tokenId)
lockMetadata()
presaleMint(uint256 quantity, bytes32[] rumpelListProof) payable
publicSaleMint(uint256 quantity) 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)
setMaxSupply(uint256 supply)
setPublicSaleEnd(uint32 timestamp)
setRoot(uint256 root)
teamMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.