ReflectorCollector
Verified contract
Active on
Ethereum with 199 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 "ReflectorCollector"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17254691 | 2 years ago | | | 0 | 0.0015570907 | |
| 16888534 | 2 years ago | | | 0 | 0.00031256454 | |
| 16888030 | 2 years ago | | | 0 | 0.00027426270 | |
| 16811514 | 2 years ago | | | 0 | 0.00077773034 | |
| 16807762 | 2 years ago | | | 0 | 0.0012298932 | |
| 16783974 | 2 years ago | | | 0 | 0.0012659105 | |
| 16781587 | 2 years ago | | | 0 | 0.0010572139 | |
| 16718542 | 2 years ago | | | 0 | 0.00079271184 | |
| 16700960 | 2 years ago | | | 0 | 0.0011703074 | |
| 16467662 | 2 years ago | | | 0 | 0.00080151247 |
ABI
ABI objects
Getter at block 21212908
decimals() view returns (uint8)
18
getOwner() view returns (address)
0x796a21b01b13696164bcf6bd733cfe36890c54cb
name() view returns (string)
ReflectorCollector
owner() view returns (address)
0x796a21b01b13696164bcf6bd733cfe36890c54cb
symbol() view returns (string)
RC
totalSupply() view returns (uint256)
26332429650338160987169
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
mint(uint256 amount) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.