Scribbles Mint Pass
Verified contract
Active on
Ethereum with 1,706 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional
variables
Balances ($0.00)
No balances found for "Scribbles Mint Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19153477 | 9 months ago | | | 0 | 0.00036905928 | |
| 18583551 | a year ago | | | 0 | 0.00067344736 | |
| 18368259 | a year ago | | | 0 | 0.00011967084 | |
| 18368257 | a year ago | | | 0 | 0.00012446333 | |
| 18368254 | a year ago | | | 0 | 0.00013091226 | |
| 18368253 | a year ago | | | 0 | 0.00015068844 | |
| 17663161 | a year ago | | | 0 | 0.00047650648 | |
| 17647067 | a year ago | | | 0 | 0.00068210687 | |
| 17040982 | 2 years ago | | | 0 | 0.0013833815 | |
| 17003689 | 2 years ago | | | 0 | 0.00094931344 |
ABI
ABI objects
Getter at block 21213573
WITHDRAW_ADDRESS() view returns (address)
0x876f13d830dbb25017da552256d56c779bd5c58e
cost() view returns (uint256)
65000000000000000
currentTokenID() view returns (uint256)
888
getSigner() view returns (address)
0x830d6bb490e57876356174f4a589086ba653adce
lockingOpen() view returns (bool)
true
maxMintAmount() view returns (uint256)
2
maxPerWallet() view returns (uint256)
4
maxSupply() view returns (uint256)
5898
name() view returns (string)
Scribbles Mint Pass
notRevealedUri() view returns (string)
https://scribbleverse.art/api/scribbles/placeholder
oracle() view returns (address)
0x8a83a32d614b78ac14f523057892083e73479956
owner() view returns (address)
0x830d6bb490e57876356174f4a589086ba653adce
paused() view returns (bool)
false
presaleActive() view returns (bool)
false
publicSaleActive() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
SCRBBLS
totalLockedCount() view returns (uint256)
292
totalSupply() view returns (uint256)
888
Read-only
aliases(uint8, uint256, uint256) view returns (uint8)
aliasesFaction(uint256) view returns (uint8)
balanceOf(address owner) view returns (uint256)
existingCombinations(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAttributes(uint256 tokenId) view returns (struct ScribblesScribble)
isApprovedForAll(address owner, address operator) view returns (bool)
lockingPeriod(uint256 tokenId) view returns (bool locking, uint256 current, uint256 total)
mintBlocks(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
publicMinted(address) view returns (uint256)
rarities(uint8, uint256, uint256) view returns (uint8)
raritiesFaction(uint256) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistMinted(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
expelFromLocking(uint256 tokenId)
finalizeRandomFactor()
mint1(uint256 _mintAmount, bytes _signature) payable
mintPublic(uint256 _mintAmount) payable
mintReserve(uint256 _mintAmount, address _to)
pause(bool _state)
renounceOwnership()
requestRandomFactor()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
safeTransferWhileLocking(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCost(uint256 _newCost)
setLockingOpen(bool open)
setMaxMintAmount(uint256 _newMaxMintAmount)
setMaxPerWallet(uint256 _newMaxPerWallet)
setNotRevealedURI(string _notRevealedURI)
setOracle(address _oracle)
setPresaleStatus(bool _saleActive)
setPublicSaleStatus(bool _saleActive)
setSigner(address signer_)
toggleLocking(uint256[] tokenIds)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURISet(string baseURI)
CostChanged(uint256 cost)
Expelled(uint256 indexed tokenId)
Locked(uint256 indexed tokenId)
MaxMintAmountChanged(uint256 amount)
MaxPerWalletChanged(uint256 amount)
NotRevealedUriChanged(string uri)
OracleChanged(address oracle)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(bool isPaused)
PresaleStatusChanged(bool isActive)
PublicSaleStatusChanged(bool isActive)
Revealed()
SignerChanged(address signer)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UnLocked(uint256 indexed tokenId)
constructor(string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.