RedeemNFT
Verified contract
Active on
Ethereum with 1,242 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 "RedeemNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21230918 | 10 days ago | | | 0 | 0.00083136242 | |
| 21213238 | 13 days ago | | | 0 | 0.00048157417 | |
| 21157255 | 21 days ago | | | 0 | 0.00094953353 | |
| 21113585 | a month ago | | | 0 | 0.00024866487 | |
| 20995726 | a month ago | | | 0 | 0.00040259722 | |
| 20891019 | 2 months ago | | | 0 | 0.00026644465 | |
| 20751746 | 3 months ago | | | 0 | 0.000081169677 | |
| 20728955 | 3 months ago | | | 0 | 0.00011318006 | |
| 20615290 | 3 months ago | | | 0 | 0.000057986382 | |
| 20598826 | 3 months ago | | | 0 | 0.000036405803 |
ABI
ABI objects
Getter at block 21305806
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SIGNER_ROLE() view returns (bytes32)
0xe2f4eaae4a9751e85a3e4a7b9587827a877f29914755229b07a7b2da98285f70
name() view returns (string)
PitBossToken
owner() view returns (address)
0xb5348d2cbf68559a882ab08a88dca506beb87750
statusRedeem() view returns (bool status)
true
symbol() view returns (string)
MBPB
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)
isUsedNonce(address signer, uint256 nonce) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events claim(address sender, address signer, uint256 nonce, uint256 qty, uint256 internalId, bytes signature)
grantRole(bytes32 role, address account)
renounceOwnership()
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)
toogleRedeem()
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
TokensRedeemed(address indexed account, address indexed signer, uint256 internalId, uint256 qty)
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)
constructor(address initialSignerAddress, string _name, string _symbol, uint256 _endtime)
This contract contains no fallback and receive objects.
This contract contains no error objects.