Love, Death + Robots
Verified contract
Active on
Ethereum with 143,557 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RAAS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21133236 | 3 days ago | | | 0 | 0.00061930818 | |
| 21123683 | 5 days ago | | | 0 | 0.00068971638 | |
| 21078483 | 11 days ago | | | 0 | 0.00053574607 | |
| 21059356 | 14 days ago | | | 0 | 0.00013815609 | |
| 20959724 | a month ago | | | 0 | 0.00041675934 | |
| 20959696 | a month ago | | | 0 | 0.00042531834 | |
| 20958271 | a month ago | | | 0 | 0.00051523667 | |
| 20948740 | a month ago | | | 0 | 0.00043029152 | |
| 20913037 | a month ago | | | 0 | 0.00023480900 | |
| 20884178 | a month ago | | | 0 | 0.00027887451 |
ABI
ABI objects
Getter at block 21157685
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
REDEEMER_ROLE() view returns (bytes32)
0x44ac9762eec3a11893fefb11d028bb3102560094137c3ed4518712475b2577cc
name() view returns (string)
Love, Death + Robots
paused() view returns (bool)
true
signer() view returns (address)
0x87d3ab4771972f7e010d3329cfa0f1ae768295dc
symbol() view returns (string)
LDR
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events burnBatch(address _account, uint256[] _ids, uint256[] _amounts)
grantRole(bytes32 role, address account)
mint(uint256 _category, bytes _data, bytes _signature)
pause()
redeem(address _account, uint256 _category)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
setURI(string _newuri)
unpause()
updateSigner(address _signer)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
LDRTokenRedeemed(address _sender, uint256 _categoryId)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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 _uri, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.