Shisero

Verified contract

Active on Ethereum with 639 txns
Deployed by via 0xab2765f3 at 16173213
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Shisero"

0x84d6d21000ec168056970ae98a4ea5fcca81f9f492615c025732756366a7d208
0x88f23907baa8c2adc0c41652b099c53f41ee479a90b916d56bf206673f0399a0
0x755bf98fc359b38256f34a496ef7e9020a6edde13371bbc659de1e8b033657b2
0x36447650fb097b73302ca416c4728ff7713541b8016c1985c88728e255108bee
0x353e132c66a458aef81f9e30ca398723c60362e88dc7dbd9f1c81fe85c0de480
0xca6d0c2757afa3615f1f4166ba3af4c2a2159d48e602b63e34ff5af8d9586373
0x49dc11fb2cf26303ce050d53f10a334ff2f1fcbd15af56331c8786c8adef6e53
0x388eac79bcacda27d4cc0c87074cdda863fe08db8a38e3c31590b289a6249036
0xbb54e5eabe9833ee8bd3935d92a4f828af1d803aed194555b75497b55e7ad9b2
0xb56bf23baf3a095a0b7271022473e01689eedab186ea032a0876a8064b52be10

Functions
Getter at block 20854228
maxPerTx(view returns (uint256)
3
maxPerWallet(view returns (uint256)
6
maxSupply(view returns (uint256)
333
name(view returns (string)
Shisero
owner(view returns (address)
0xb9f63bfbc1a5c4471a3f8422b6e4b05f606bb6c5
publicSaleActive(view returns (bool)
true
symbol(view returns (string)
Shisero
token_price(view returns (uint256)
6000000000000000
totalSupply(view returns (uint256)
333
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
claim(uint256 _num
flipPublicSale(
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxPerTxn(uint256 _num
setMaxPerWallet(uint256 _num
setTokenPrice(uint256 newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawFunds(
withdrawFundsToAddress(address _addressuint256 amount
youwonderful(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ReceivedEth(uint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(