RubiixToken
Verified contract
Active on
Ethereum with 4,684 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 "RubiixToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12524474 | 4 years ago | | | 0 | 0.00077702400 | |
0x | 7388746 | 6 years ago | | | 0 | 0.00086100000 | |
| 7033239 | 6 years ago | | | 0 | 0.00013681000 | |
| 7012855 | 6 years ago | | | 0 | 0.00052654000 | |
| 6904090 | 6 years ago | | | 0 | 0.00056391000 | |
| 6874382 | 6 years ago | | | 0 | 0.00025347150 | |
| 6874322 | 6 years ago | | | 0 | 0.00033757800 | |
| 6874318 | 6 years ago | | | 0 | 0.00028806656 | |
| 6874318 | 6 years ago | | | 0 | 0.00028806656 | |
| 6874316 | 6 years ago | | | 0 | 0.00019423690 |
ABI
ABI objects
Getter at block 21383398
admin() view returns (address)
[unknown]
decimals() view returns (uint256)
[unknown]
globalUnlockTime() view returns (uint256)
[unknown]
name() view returns (string)
[unknown]
owner() view returns (address)
[unknown]
symbol() view returns (string)
[unknown]
totalSupply() view returns (uint256)
[unknown]
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
lockedBalanceOf(address _owner, uint256 _time) view returns (uint256)
lockedNowBalanceOf(address _owner) view returns (uint256)
unlockedBalanceOf(address _owner, uint256 _time) view returns (uint256)
unlockedNowBalanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
designateAdmin(address _address)
destroy()
destroyAndSend(address _recipient)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lock(address _address, uint256 _days, uint256 _value)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unlock(address _address)
updateGlobalUnlockTime(uint256 _epoch) returns (bool)
AdminDesignated(address indexed previousAdmin, address indexed newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Lock(address indexed locked, uint256 until, uint256 value, uint256 count)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
UnLock(address indexed unlocked)
UpdateGlobalUnlockTime(uint256 epoch)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.