NFTFactoryNodeBuyer
Verified contract
Active on
Ethereum with 905 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe1c8…d2ac
Balances ($0.00)
No balances found for "NFTFactoryNodeBuyer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17329087 | 2 years ago | | | 0 | 0.0012930606 | |
| 15784974 | 2 years ago | | | 0.2 | 0.00090529003 | |
| 15236279 | 2 years ago | | | 0 | 0.00048275370 | |
| 15236230 | 2 years ago | | | 0 | 0.00055223190 | |
| 15223944 | 2 years ago | | | 0.2 | 0.00046220302 | |
| 15212429 | 2 years ago | | | 0.2 | 0.0023674233 | |
| 15207151 | 2 years ago | | | 0.2 | 0.00087241353 | |
| 15204454 | 2 years ago | | | 0.2 | 0.00077233136 | |
| 15201625 | 2 years ago | | | 0.2 | 0.0024606641 | |
| 15191190 | 2 years ago | | | 0.2 | 0.0016609058 |
ABI
ABI objects
Getter at block 21329757 availableToWithdraw() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SIGNER_ROLE() view returns (bytes32)
0xe2f4eaae4a9751e85a3e4a7b9587827a877f29914755229b07a7b2da98285f70
getChainID() view returns (uint256)
1
owner() view returns (address)
0xd3e0f2b17bb9b73637db31bfe535d4f768d2ed73
Read-only
getPrice(uint256 tokenId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events buyToken(address to, uint256 tokenId, uint256 amount, bytes data) payable
buyTokenBatch(address to, uint256[] tokenIds, uint256[] amounts, bytes data) payable
buyWithTicket(address to, struct NFTFactoryNodeBuyerSignedTicket ticket, bytes data) payable
grantRole(bytes32 role, address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setPrice(uint256 tokenId, uint256 price)
setPriceBatch(uint256[] tokenIds, uint256[] prices)
transferOwnership(address newOwner)
unlock()
withdraw()
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)
constructor(address erc1155Addr)
This contract contains no fallback and receive objects.
This contract contains no error objects.