UnderWraps
Verified contract
Active on
Ethereum with 2,768 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1a92…050c
Balances ($0.00)
No balances found for "UnderWraps"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16699238 | 2 years ago | | | 0 | 0.0017014267 | |
| 16632561 | 2 years ago | | | 0 | 0.0010160921 | |
| 16306707 | 2 years ago | | | 0 | 0.00081437241 | |
| 16302193 | 2 years ago | | | 0 | 0.00080361851 | |
| 16088004 | 2 years ago | | | 0 | 0.00057484936 | |
| 16024653 | 2 years ago | | | 0 | 0.00052789213 | |
| 15880607 | 2 years ago | | | 0 | 0.00048280023 | |
| 15880570 | 2 years ago | | | 0 | 0.00047666870 | |
| 15817669 | 2 years ago | | | 0 | 0.00065969804 | |
| 15810106 | 2 years ago | | | 0 | 0.00053627836 |
ABI
ABI objects
Getter at block 21303725
a1() view returns (address)
0x077e4e0334f5a14e42c4c90afc83cc7c9f97aa36
a2() view returns (address)
0x077e4e0334f5a14e42c4c90afc83cc7c9f97aa36
a3() view returns (address)
0x077e4e0334f5a14e42c4c90afc83cc7c9f97aa36
active() view returns (bool)
true
baseTokenURI() view returns (string)
https://under-wraps.s3.us-east-2.amazonaws.com/token/
holderWhitelistRoot() view returns (bytes32)
0x294c701155e6f735589283b1b9a1f680b17c487419c034d0d554486204794300
name() view returns (string)
Under Wraps
owner() view returns (address)
0x077e4e0334f5a14e42c4c90afc83cc7c9f97aa36
presaleActive() view returns (bool)
false
price() view returns (uint256)
0
reserved() view returns (uint256)
100
symbol() view returns (string)
UW
totalSupply() view returns (uint256)
10000
whitelistRoot() view returns (bytes32)
0x4e998f547b5e75a1564e0c17bdc900bc308046d07391435832b7d88540420d52
Read-only
balanceOf(address owner) view returns (uint256)
freeReserved(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCCTokenByWallet(address addr) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address addr) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
editFreeReserved(address[] _a, uint256[] _amount)
mintFreeReserved(uint256 _amount)
mintPresale(uint256 _amount, bytes32[] _merkleProof, bytes32[] _holderMerkleProof) payable
mintReserved(uint256 _amount)
mintToken(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool val)
setAddresses(address[] _a)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setHolderWhiteListRoot(bytes32 newRoot)
setPresaleActive(bool val)
setPrice(uint256 newPrice)
setWhiteListRoot(bytes32 newRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawTeam(uint256 amount) payable
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(string newBaseURI, address ccAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()