Wrappr UNA (Delaware)
Verified contract
Active on
Ethereum with 11 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 "Wrappr UNA (Delaware)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17944102 | a year ago | | | 0 | 0.0060774440 | |
| 16477681 | 2 years ago | | | 0 | 0.0060666300 | |
| 16130097 | 2 years ago | | | 0 | 0.0038672692 | |
| 15948242 | 2 years ago | | | 0 | 0.013139500 | |
| 15904183 | 2 years ago | | | 0 | 0.0031985901 | |
| 15703476 | 2 years ago | | | 0 | 0.00053337227 | |
| 15703433 | 2 years ago | | | 0 | 0.0018426227 | |
| 15698329 | 2 years ago | | | 0 | 0.0023710187 | |
| 15470999 | 2 years ago | | | 0 | 0.0021591500 | |
| 15470930 | 2 years ago | | | 0 | 0.0024391500 |
ABI
ABI objects
Getter at block 21319298
admin() view returns (address)
0x1c0aa8ccd568d90d61659f060d1bfb1e6f855a20
name() view returns (string)
Wrappr UNA (Delaware)
symbol() view returns (string)
UNA
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.