HarukaToken
Verified contract
Proxy
Active on
Ethereum with 7,209 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "HarukaToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19815413 | 6 months ago | | | 0 | 0.00052642884 | |
| 19224952 | 9 months ago | | | 0 | 0.0027177575 | |
| 18456383 | a year ago | | | 0 | 0.0014668721 | |
| 18450575 | a year ago | | | 0 | 0.00097236134 | |
| 18147141 | a year ago | | | 0 | 0.00034266840 | |
| 18021801 | a year ago | | | 0 | 0.017467743 | |
| 17975712 | a year ago | | | 0 | 0.0010079790 | |
| 17726363 | a year ago | | | 0 | 0.0019420574 | |
| 17535333 | a year ago | | | 0 | 0.0010585737 | |
| 17407834 | a year ago | | | 0 | 0.0029413348 |
ABI
ABI objects
Getter at block 21171386
decimals() view returns (uint8)
18
emissionRate() view returns (uint256)
1157407407407407
emissionStart() view returns (uint256)
1650758400
harukaRonin() view returns (address)
0x66a1b09adcff8df2e321b5cfbbf134121520d785
name() view returns (string)
HarukaToken
owner() view returns (address)
0x016100d875e932c7b6f9416f151e562e04faf779
paused() view returns (bool)
false
symbol() view returns (string)
HARUKA
totalSupply() view returns (uint256)
22597606596064802206249239
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRewardsForId(uint256 _id) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claim(uint256[] _tokenIds)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol)
ownerBurn(address _from, uint256 _amount)
ownerMint(address _to, uint256 _amount)
renounceOwnership()
setClaimedChibi(uint256 _tokenId, bool _isClaimed)
setHarukaAddress(address _address)
setIncreasedEmissions(uint256[] _tokenIds, uint8 _rate)
setInitialEmissions(uint256 _start, uint256 _rate)
setPaused(bool _state)
setShippedChibi(uint256 _tokenId, bool _isShipped)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.