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 "OutSad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19633593 | 7 months ago | | | 0 | 0.0014584171 | |
| 19089606 | 10 months ago | | | 0 | 0.00051865731 | |
| 19089523 | 10 months ago | | | 0 | 0.00045383837 | |
| 18825777 | a year ago | | | 0 | 0.0025583517 | |
| 18825776 | a year ago | | | 0 | 0.0025016131 | |
| 18184435 | a year ago | | | 0 | 0.00043582030 | |
| 18184432 | a year ago | | | 0 | 0.00072631556 | |
| 17837604 | a year ago | | | 0 | 0.00044376455 | |
| 17837598 | a year ago | | | 0 | 0.00038241335 | |
| 17598387 | a year ago | | | 0 | 0.00067208657 |
ABI
ABI objects
Getter at block 21263330
getStatus() view returns (uint8 _status, uint256 _price, uint256 _amount, uint256 _stageTotalSupply, uint256 _maxTotalSupply, uint256 _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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
verifyMerkle(bytes32[] _merkleProof) view returns (bool)
verifySuperMerkle(bytes32[] _superMerkleProof) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
devMint()
mint(uint256 amount) payable
partnerSale(address receiver, uint256 amount) payable
preSaleMint(uint256 amount, bytes32[] _merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
setPartner(address partner, uint256 limit, uint256 price)
setStatus(uint8 _status, uint256 _amount, uint256 _price, uint256 _stageTotalSupply, uint256 _maxMintSuperWhite)
setSuperMerkleRoot(bytes32 _superMerkleRoot)
setURI(string _newUri)
superPreSaleMint(uint256 amount, bytes32[] _merkleProof) payable
teamMint(address toAddress, uint256 amount)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()