ONE.5 Degrees X Black Paint X SPLOOT by DURMANN
Verified contract
Active on
Ethereum with 450 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "ONE.5 Degrees X Black Paint X SPLOOT by DURMANN"
Transactions
ABI
ABI objects
Getter at block 21330910
MAX_SUPPLY() view returns (uint256)
222
_baseTokenURI() view returns (string)
https://4004ryug91.execute-api.us-west-1.amazonaws.com/paint/
name() view returns (string)
ONE.5 Degrees X Black Paint X SPLOOT by DURMANN
owner() view returns (address)
0x9482dd08c6324e1ab0e65009a04499005c1530da
paintedCount() view returns (uint256)
31
price() view returns (uint256)
20000000000000000
symbol() view returns (string)
DURMANN
totalSupply() view returns (uint256)
222
withdrawAddress() view returns (address)
0x9482dd08c6324e1ab0e65009a04499005c1530da
wlprice() view returns (uint256)
20000000000000000
Read-only
addressHasMinted(address) view returns (bool)
addressTokenpaintted(address, uint256) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasTokenBeenPainted(address _contractAddress, uint256 _tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
mintClaimed(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
paintURL(uint256) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
wlClaimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _quantity) payable
paint(uint256 paintId, address usingContractNFT, uint256 usingTokenId)
promoMint(address _to, uint256 _count)
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 _baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setMintOpen(bool _val)
setPrice(uint256 _wei)
setWLMintOpen(bool _val)
setpaintOpen(bool _val)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
wlmint(uint256 _quantity, bytes32[] _merkleProof) payable
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)
Setter(uint256 indexed paintId, address indexed usingContractNFT, uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
AlreadyMinted()
Alreadypaintted()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintClosed()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
MintedOut()
MuseumSecurity()
NoContracts()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WrongPrice()