ShibuyaScramblePunks
Verified contract
Active on
Ethereum with 6,525 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 "ShibuyaScramblePunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20962969 | a month ago | | | 0 | 0.00031707240 | |
| 20655635 | 2 months ago | | | 0 | 0.000037862085 | |
| 20655596 | 2 months ago | | | 0 | 0.000052700836 | |
| 20648091 | 2 months ago | | | 0 | 0.000046513991 | |
| 20647763 | 2 months ago | | | 0 | 0.000066595812 | |
| 20602805 | 3 months ago | | | 0 | 0.000026227913 | |
| 20569726 | 3 months ago | | | 0 | 0.000043528399 | |
| 20553021 | 3 months ago | | | 0 | 0.000021762000 | |
| 20534688 | 3 months ago | | | 0 | 0.00013782600 | |
| 20523420 | 3 months ago | | | 0 | 0.000023306793 |
ABI
ABI objects
Getter at block 21167656
MAX_SUPPLY() view returns (uint256)
6000
mintable() view returns (bool)
true
name() view returns (string)
ShibuyaScramblePunks
owner() view returns (address)
0xf3e9927b087b300beb5c0d7afd8c5967f1880c9d
paused() view returns (bool)
false
publicCost() view returns (uint256)
60000000000000000
publicSale() view returns (bool)
false
royaltyAddress() view returns (address)
0x6ce6f6fcbab24d5b7ee4190eb8f38ba167e0dc48
royaltyFee() view returns (uint96)
750
symbol() view returns (string)
SSP
totalSupply() view returns (uint256)
6000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
merkleRoot(uint8) view returns (bytes32)
ownerOf(uint256 tokenId) view returns (address)
presaleCost(uint8) view returns (uint256)
presalePhase(uint8) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whiteListClaimed(uint8, address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
ownerMint(address _address, uint256 count)
pause()
preMint(uint256 _mintAmount, uint256 _presaleMax, bytes32[] _merkleProof, uint8 ticket) payable
publicMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 _merkleRoot, uint8 ticket)
setMintable(bool _state)
setPreCost(uint256 _preCost, uint8 ticket)
setPresalePhase(bool _state, uint8 ticket)
setPublicCost(uint256 _publicCost)
setPublicPhase(bool _state)
setRoyaltyAddress(address _royaltyAddress)
setRoyaltyFee(uint96 _feeNumerator)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()