JukiResource
Verified contract
Active on
Ethereum with 1,432 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 "JukiResource"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19537775 | 7 months ago | | | 0 | 0.00096216097 | |
| 18432175 | a year ago | | | 0 | 0.00089799162 | |
| 17920084 | a year ago | | | 0 | 0.00092279273 | |
| 16851137 | 2 years ago | | | 0 | 0.0013064547 | |
| 16846668 | 2 years ago | | | 0 | 0.0011235514 | |
| 16846148 | 2 years ago | | | 0 | 0.0011153211 | |
| 16846088 | 2 years ago | | | 0 | 0.0010586513 | |
| 16844822 | 2 years ago | | | 0 | 0.00079375247 | |
| 16844818 | 2 years ago | | | 0 | 0.00074567790 | |
| 16844815 | 2 years ago | | | 0 | 0.00076172093 |
ABI
ABI objects
Getter at block 21177928
RESOURCES_TYPEHASH() view returns (bytes32)
0x86509e98c75fc199dc9f6ff949b18e75bff35e9685b92e95923716a82bfda676
isActive() view returns (bool)
true
name() view returns (string)
Jukiverse Resources
owner() view returns (address)
0xc1f27b9a03eaf544f657f42dd66cd6f123b8b678
paused() view returns (bool)
false
signer() view returns (address)
0xfefe1c4bd53bbc3c5c91c96c38719de66c92999b
symbol() view returns (string)
JRESOURCE
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
playerNonce(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIds(uint256) view returns (bool)
uri(uint256 typeId) view returns (string)
State-modifying
Events appendToken(uint256 _tokenId)
burn(address _from, uint256[] _ids, uint256[] _amounts)
gib(address _to, uint256[] _ids, uint256[] _amounts)
mint(uint256[] _tokenIds, uint256[] _tokenAmounts, uint256 _nonce, bytes _signature)
pause()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setActive(bool _status)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setRewardContract(address _contractAddress, bool _status)
setSigner(address _signer)
transferOwnership(address newOwner)
unpause()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Claimed(address owner, uint256 nonce)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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, address _signer, address _dev)
This contract contains no fallback and receive objects.
This contract contains no error objects.