RepublikToken
Verified contract
Active on
Ethereum with 12,434 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($30.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RPK | ERC-20 | 6.116899K | $0.004993 |
$30.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283577 | an hour ago | | | 0 | 0.00035343017 | |
| 21281221 | 9 hours ago | | | 0 | 0.00085623638 | |
| 21281210 | 9 hours ago | | | 0 | 0.0015214827 | |
| 21278940 | 16 hours ago | | | 0 | 0.00055734704 | |
| 21275732 | a day ago | | | 0 | 0.00045926843 | |
| 21275728 | a day ago | | | 0 | 0.00063888913 | |
| 21273048 | 2 days ago | | | 0 | 0.00053538070 | |
| 21272932 | 2 days ago | | | 0 | 0.00088804244 | |
| 21271156 | 2 days ago | | | 0 | 0.00031564555 | |
| 21271077 | 2 days ago | | | 0 | 0.00047406683 |
ABI
ABI objects
Getter at block 21283823
DOMAIN_SEPARATOR() view returns (bytes32)
0x4dd2508d42394dc73319f876234345b452f551afc4f511b4965a1f55913c9412
cap() view returns (uint256)
3000000000000000000000000000
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=RepubliK, version=1, chainId=1, verifyingContract=0x313cae7ad4454aac7b208c1f089da2b0e5825e46, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
RepubliK
owner() view returns (address)
0x2acfaeb78ce699ef0f502f9ac68faca3318cc545
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
RPK
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
frozen(address) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freeze(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unfreeze(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed caller, address indexed from, uint256 amount)
EIP712DomainChanged()
Freeze(address indexed caller, address indexed account)
Mint(address indexed caller, address indexed to, uint256 amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed caller, address indexed account)
constructor(string _name, string _symbol, uint256 _cap)
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)