Republic Token
Verified contract
Active on
Ethereum with 622,158 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($13,653.48)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
REN | ERC-20 | 267.739973K | $0.043396 |
$11,618.87 | |
SNT | ERC-20 | 39.825K | $0.039411 |
$1,569.56 | |
MANA | ERC-20 | 562.105581 | $0.437137 |
$245.72 | |
USDC | ERC-20 | 150 | $0.999844 |
$149.98 | |
ENJ | ERC-20 | 326 | $0.199456 |
$65.02 | |
CHZ | ERC-20 | 38.184509 | $0.077002 |
$2.94 | |
MATIC | ERC-20 | 1.263354 | $0.479683 |
$0.61 | |
LINK | ERC-20 | 0.02833 | $15.31 |
$0.43 | |
CVC | ERC-20 | 1.738598 | $0.137577 |
$0.24 | |
DNT | ERC-20 | 2.130496 | $0.051487 |
$0.11 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245770 | 9 minutes ago | | | 0 | 0.00076501644 | |
| 21245746 | 14 minutes ago | | | 0 | 0.00040043495 | |
| 21245566 | an hour ago | | | 0 | 0.00058292009 | |
| 21245517 | an hour ago | | | 0 | 0.00049668374 | |
| 21245501 | an hour ago | | | 0 | 0.00056674501 | |
| 21245468 | an hour ago | | | 0 | 0.00056584996 | |
| 21245428 | an hour ago | | | 0 | 0.00072556179 | |
| 21245390 | an hour ago | | | 0 | 0.00052277166 | |
| 21245365 | an hour ago | | | 0 | 0.00066179861 | |
| 21245344 | 2 hours ago | | | 0 | 0.00077918189 |
ABI
ABI objects
Getter at block 21245812
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Republic Token
owner() view returns (address)
0x0000000000000000000000000000000000000001
paused() view returns (bool)
false
symbol() view returns (string)
REN
totalSupply() view returns (uint256)
999999632803750000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
transferTokens(address beneficiary, uint256 amount) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
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.