derschutze: exclusive one
Verified contract
Active on
Ethereum with 172 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 "derschutze: exclusive one"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20017838 | 6 months ago | | | 0 | 0.00027545133 | |
| 19504421 | 9 months ago | | | 0 | 0.00089119301 | |
| 17661962 | a year ago | | | 0 | 0.00065888131 | |
| 17661951 | a year ago | | | 0 | 0.0015774309 | |
| 17426793 | 2 years ago | | | 0 | 0.00090289048 | |
| 16716148 | 2 years ago | | | 0 | 0.0010079018 | |
| 16379270 | 2 years ago | | | 0 | 0.0012571060 | |
| 16277434 | 2 years ago | | | 0 | 0.00079009516 | |
| 15916171 | 2 years ago | | | 0 | 0.00067552575 | |
| 15647515 | 2 years ago | | | 0 | 0.0010232656 |
ABI
ABI objects
Getter at block 21423557
MAX_SUPPLY() view returns (uint8)
100
name() view returns (string)
derschutze: exclusive one
owner() view returns (address)
0x4cb06e40fa14ee171be73409b17cd746fde56478
paused() view returns (bool)
true
perNftPrice() view returns (uint256)
50000000000000000
royaltiesPercentage() view returns (uint96)
75
royaltiesReceiver() view returns (address)
0x4cb06e40fa14ee171be73409b17cd746fde56478
symbol() view returns (string)
DEO
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getCapAmountOfToken(uint256 id) pure returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
whitelisted(address _address) view returns (uint8)
State-modifying
Events addWhiteListed(address[] _whiteListAddresses, uint8[] _whiteListIds)
mint() payable
ownerWithdraw()
pause()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseTokenUri)
setPerNftPrice(uint256 newPernftPrice)
setRoyaltiesReceiver(address newRoyaltiesReceiver)
transferOwnership(address newOwner)
unpause()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Mint(uint256 tokenId, uint256 amount, address recipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string _baseTokenUri, string _symbol, string _name)
receive()
This contract contains no error objects.