REBGLO Token
Verified contract
Active on
Ethereum with 1,336 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
REB | ERC-20 | 384.780033 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11404863 | 4 years ago | | | 0 | 0.0015216631 | |
| 11347032 | 4 years ago | | | 0 | 0.00053487000 | |
| 11099808 | 4 years ago | | | 0 | 0.0025215300 | |
| 10484684 | 4 years ago | | | 0 | 0.0035679510 | |
| 10475231 | 4 years ago | | | 0 | 0.0018082317 | |
| 10397510 | 4 years ago | | | 0 | 0.0012777840 | |
| 10148649 | 5 years ago | | | 0 | 0.0013342399 | |
| 9920081 | 5 years ago | | | 0 | 0.00019102500 | |
| 9867061 | 5 years ago | | | 0 | 0.000038205000 | |
| 9843672 | 5 years ago | | | 0 | 0.00022923000 |
ABI
ABI objects
Getter at block 21378600
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
REBGLO Token
owner() view returns (address)
0x4d0269b1898bee6aa94f54d1724f9862aabdd010
paused() view returns (bool)
false
symbol() view returns (string)
REB
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
checkBalanceTier(address holderAddress) view returns (string)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.