Wrappr LLC (Marshall Islands)
Verified contract
Active on
Ethereum with 41 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($858.69)
Native
Value
$858.69
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.24 | $3,577.86 |
$858.69 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20067231 | 6 months ago | | | 0 | 0.00087786735 | |
| 20062273 | 6 months ago | | | 0 | 0.00066093678 | |
| 20062271 | 6 months ago | | | 0 | 0.00083550586 | |
| 20061178 | 6 months ago | | | 0.015 | 0.0013760424 | |
| 19991357 | 6 months ago | | | 0 | 0.0018625030 | |
| 19991354 | 6 months ago | | | 0.015 | 0.0039999207 | |
| 19991279 | 6 months ago | | | 0.015 | 0.0038162562 | |
| 19728620 | 7 months ago | | | 0 | 0.0010155051 | |
| 19728620 | 7 months ago | | | 0 | 0.0055262404 | |
| 19728479 | 7 months ago | | | 0 | 0.00051492793 |
ABI
ABI objects
Getter at block 21314394
admin() view returns (address)
0x1c0aa8ccd568d90d61659f060d1bfb1e6f855a20
name() view returns (string)
Wrappr LLC (Marshall Islands)
symbol() view returns (string)
LLC
Read-only
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
checkpoints(address, uint256, uint256) view returns (uint40 fromTimestamp, uint216 votes)
delegates(address account, uint256 id) view returns (address)
getCurrentVotes(address account, uint256 id) view returns (uint256)
getPriorVotes(address account, uint256 id, uint256 timestamp) view returns (uint256)
isApprovedForAll(address, address) view returns (bool)
manager(address) view returns (bool)
numCheckpoints(address, uint256) view returns (uint256)
ownerOf(uint256) view returns (address)
permissioned(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256) view returns (uint256)
transferable(uint256) view returns (bool)
uri(uint256 id) view returns (string)
userPermissioned(address, uint256) view returns (bool)
userURI(address, uint256) view returns (string)
State-modifying
Events burn(address from, uint256 id, uint256 amount) payable
claimFee(address to, uint256 amount) payable
delegate(address delegatee, uint256 id) payable
manageBurn(address from, uint256 id, uint256 amount) payable
manageMint(address to, uint256 id, uint256 amount, bytes data, string tokenURI, address owner) payable
mint(address to, uint256 id, uint256 amount, bytes data, string tokenURI, address owner) payable
multicall(bytes[] data) returns (bytes[] results)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data) payable
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data) payable
setAdmin(address _admin) payable
setApprovalForAll(address operator, bool approved) payable
setBaseURI(string _baseURI) payable
setManager(address to, bool set) payable
setMintFee(uint256 _mintFee) payable
setOwnerOf(address to, uint256 id) payable
setPermission(uint256 id, bool set) payable
setTransferability(uint256 id, bool set) payable
setURI(uint256 id, string tokenURI) payable
setUserPermission(address to, uint256 id, bool set) payable
setUserURI(address to, uint256 id, string uuri) payable
AdminSet(address indexed operator, address indexed admin)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIset(address indexed operator, string baseURI)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate, uint256 id)
DelegateVotesChanged(address indexed delegate, uint256 indexed id, uint256 previousBalance, uint256 newBalance)
ManagerSet(address indexed operator, address indexed to, bool set)
MintFeeSet(address indexed operator, uint256 mintFee)
OwnerOfSet(address indexed operator, address indexed to, uint256 id)
PermissionSet(address indexed operator, uint256 id, bool set)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
TransferabilitySet(address indexed operator, uint256 id, bool set)
URI(string value, uint256 indexed id)
UserPermissionSet(address indexed operator, address indexed to, uint256 id, bool set)
UserURIset(address indexed operator, address indexed to, uint256 id, string uuri)
constructor(string _name, string _symbol, string _baseURI, uint256 _mintFee, address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.