OutSad

Verified contract

Active on Ethereum with 5,531 txns
Deployed by via 0xdc25f94d at 15371552
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OutSad"

0xa26b352087d5f7c497c741a506453e359010bdda9d18328141a2556a45efe4e2
0xe71302529891039ab7880739a2dae553db463b6e892342e1d2781be9905a8db6
0x6704390b9915349d43111318c378dac35b61638d2e4926098a6822fdac49a461
0x793952f2c1aa31647008fd96bb0e3393f97639847f7d4aca53ef9270ae8ba7af
0x98dab0038c8c331dadabeb116885d093fad3b52ccf8987dc9bb0c255c66dc4eb
0x0015eb1d2f46d2241e2f6a16337097dc1c7bfb593fcbce1e28724b090a1b303d
0x1ad01c0a2601dbcf0d28b186f77a4cd11eff724627fb9d7dcbe806c9ebcc1850
0x1f7266d462b846695152dca6afcaa2674539fcd29df033887de532035af5737e
0x1131b5ce77738cbf82b1c305dfc18925dad9cd328328405f642565a31f78ca13
0x79246642b2c28054265421771a26f8b5d5198af3c501f5fc90a4dda1bb3acbea

Functions
Getter at block 21263330
getStatus(view returns (uint8 _statusuint256 _priceuint256 _amountuint256 _stageTotalSupplyuint256 _maxTotalSupplyuint256 _maxMintSuperWhite)
(_status=3, _price=150000000000000000, _amount=2, _stageTotalSupply=5000, _maxTotalSupply=5000, _maxMintSuperWhite=10)
minted(view returns (uint256)
0
name(view returns (string)
OutSad
owner(view returns (address)
0x3be548f5e0ce2f9688e5610e10146f7359be949b
symbol(view returns (string)
OutSad NFT
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
verifyMerkle(bytes32[] _merkleProofview returns (bool)
verifySuperMerkle(bytes32[] _superMerkleProofview returns (bool)
State-modifying
approve(address touint256 tokenId
devMint(
mint(uint256 amountpayable 
partnerSale(address receiveruint256 amountpayable 
preSaleMint(uint256 amountbytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMerkleRoot(bytes32 _merkleRoot
setPartner(address partneruint256 limituint256 price
setStatus(uint8 _statusuint256 _amountuint256 _priceuint256 _stageTotalSupplyuint256 _maxMintSuperWhite
setSuperMerkleRoot(bytes32 _superMerkleRoot
setURI(string _newUri
superPreSaleMint(uint256 amountbytes32[] _merkleProofpayable 
teamMint(address toAddressuint256 amount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(