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 "ORBS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21192366 | 12 days ago | | | 0 | 0.00068531705 | |
| 20986115 | a month ago | | | 0 | 0.0013314412 | |
| 20614381 | 3 months ago | | | 0 | 0.00015814351 | |
| 20566070 | 3 months ago | | | 0 | 0.000039578342 | |
| 20565777 | 3 months ago | | | 0 | 0.000047935919 | |
| 20565775 | 3 months ago | | | 0 | 0.000070996140 | |
| 20350028 | 4 months ago | | | 0 | 0.000090654656 | |
| 20350025 | 4 months ago | | | 0 | 0.00015631442 | |
| 20269313 | 5 months ago | | | 0 | 0.00012479867 | |
| 20269312 | 5 months ago | | | 0 | 0.00012330283 |
ABI
ABI objects
Getter at block 21276573
decimals() view returns (uint8)
18
emissionRatePerBlock() view returns (uint256)
1670000000000000
mirakaiScrolls() view returns (address)
0xd186db306f8bbdd515663e3880b2a94c16fa58b2
name() view returns (string)
ORBS
owner() view returns (address)
0x16a0ce1b17b7267e569caa2ddd77140c93721ab4
symbol() view returns (string)
ORBS
totalSupply() view returns (uint256)
92729547148060000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address addr) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 value)
mint(address to, uint256 amount)
renounceOwnership()
setmirakaiScrolls(address mirakaiScrollsAddress)
startDripping(address addr, uint128 multiplier)
stopDripping(address addr, uint128 multiplier)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _emissionRatePerBlock)
This contract contains no fallback and receive objects.
ERC20_TransferToZeroAddress()
NotOwnerOrScrollsContract()
UserNotAccruing()