Radcoin
Verified contract
Active on
Ethereum with 1,920 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Radcoin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20559396 | 4 months ago | | | 0 | 0.000039017676 | |
| 19822584 | 7 months ago | | | 0 | 0.00014331712 | |
| 19822573 | 7 months ago | | | 0 | 0.00013489655 | |
| 19782110 | 7 months ago | | | 0 | 0.00015295541 | |
| 19584179 | 8 months ago | | | 0 | 0.00087577835 | |
| 19525919 | 9 months ago | | | 0 | 0.0020030422 | |
| 19524962 | 9 months ago | | | 0 | 0.0012499923 | |
| 19117230 | a year ago | | | 0 | 0.00050826421 | |
| 18477197 | a year ago | | | 0 | 0.0011330056 | |
| 17423884 | 2 years ago | | | 0 | 0.00097285144 |
ABI
ABI objects
Getter at block 21406805
DOMAIN_SEPARATOR() view returns (bytes32)
0xaae814c825dbd4a67d7dc5f938b5d0a824e6ec27867bac8252cbdd55b0d11ae1
MAX_PER_RADBRO() view returns (uint256)
250000000000000000000
REWARD_PER_DAY() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Radcoin
radbro() view returns (address)
0xe83c9f09b0992e4a34faf125ed4fedd3407c4a23
symbol() view returns (string)
RAD
totalSupply() view returns (uint256)
22444847338543775417742
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
claims(uint256) view returns (uint256 startTime, uint256 totalClaimed)
getClaim(uint256 radbroId) view returns (struct RadcoinClaimState)
getClaimReward(uint256 radbroId) view returns (uint256 reward)
getClaimRewards(uint256[] radbroIds) view returns (uint256 reward)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnForRadbros(address from, uint256 amount)
burnFrom(address account, uint256 amount)
claimForRadbro(uint256 radbroId, uint256 amount)
claimRadcoin(address _receiver, uint256[] _radbros) returns (uint256 amount)
initializeRadbro(uint256 id, uint256 startTime)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Claim(address indexed caller, address indexed receiver, address indexed owner, uint256[] radbros, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address _radbro)
This contract contains no fallback and receive objects.
Unauthorized()