Origin Block
Verified contract
Active on
Ethereum with 148 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 "Origin Block"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20398053 | 4 months ago | | | 0 | 0.000086546701 | |
| 19513823 | 8 months ago | | | 0 | 0.0019387400 | |
| 19177104 | 9 months ago | | | 0 | 0.0022752697 | |
| 19157585 | 10 months ago | | | 0 | 0.00066305765 | |
| 17733194 | a year ago | | | 0 | 0.00052517567 | |
| 17540924 | a year ago | | | 0 | 0.00049131135 | |
| 17540796 | a year ago | | | 0 | 0.00050622765 | |
| 17540783 | a year ago | | | 0 | 0.00051935127 | |
| 17540754 | a year ago | | | 0 | 0.00051404596 | |
| 17540743 | a year ago | | | 0 | 0.00049829305 |
ABI
ABI objects
Getter at block 21230396 renounceOwnership() view
name() view returns (string)
Origin Block
owner() view returns (address)
0x67de4f4e27324a32793034d38a824d43125249fb
paused() view returns (bool)
false
symbol() view returns (string)
OBLK
transferPause() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isAdmin(address admin) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
uri(uint256) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
mint(address account, uint256 id, uint256 amount, bytes data)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
pause()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setAdmin(address admin, bool enabled)
setApprovalForAll(address operator, bool approved)
setURI(string newuri)
transferOwnership(address newOwner)
unpause()
updateTranferStatus(bool value)
AdminAccessSet(address _admin, bool _enabled)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
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 name_, string symbol_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.