Hidden Beauty
Verified contract
Active on
Ethereum with 35 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 "Hidden Beauty"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18425606 | a year ago | | | 0 | 0.00075276540 | |
| 18421505 | a year ago | | | 0 | 0.00084447644 | |
| 18416015 | a year ago | | | 0 | 0.0013220157 | |
| 18412985 | a year ago | | | 0 | 0.00095665246 | |
| 18411510 | a year ago | | | 0 | 0.00038935359 | |
| 18411509 | a year ago | | | 0 | 0.00060950959 | |
| 18407296 | a year ago | | | 0 | 0.00053315810 | |
| 18326937 | a year ago | | | 0.015 | 0.00066477936 | |
| 18269721 | a year ago | | | 0 | 0.00049922347 | |
| 18255491 | a year ago | | | 0 | 0.00084174983 |
ABI
ABI objects
Getter at block 21425176
blockDate() view returns (uint256)
0
blockedTransfer() view returns (bool)
false
maxMintOneAddress() view returns (uint256)
10000
name() view returns (string)
Hidden Beauty
owner() view returns (address)
0x675e37925ff460c05bd70b24290187c6f3972cc4
price() view returns (uint256)
15000000000000000
stepMaxMint() view returns (uint256)
10000
symbol() view returns (string)
Hidden Beauty
totalSupply() view returns (uint256)
8
Read-only
balanceOf(address owner) view returns (uint256)
calculate(uint256 amount, uint256 bps) pure returns (uint256)
discontMaxMintCount(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
groupAddress(address) view returns (uint256)
groupDiscont(uint256) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
myMintedNft(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
mintAdmin(address _address, uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBlockDate(uint256 _blockDate, bool _enable)
setDiscountForGroup(uint256 _group, uint256 _discount)
setMaxMintOneAddress(uint256 _maxMintOneAddress)
setPrice(uint256 _price)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
setStepMaxMint(uint256 _stepMaxMint)
setWhiteListGroup(address[] _address, uint256 _group, uint256 _maxMintCount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFromContract(uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()