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 "One Core"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11714850 | 4 years ago | | | 0 | 0.0017749230 | |
| 11714838 | 4 years ago | | | 0 | 0.0022553930 | |
| 11714827 | 4 years ago | | | 0 | 0.0014774920 | |
| 11650885 | 4 years ago | | | 0 | 0.0040653340 | |
| 11650870 | 4 years ago | | | 0 | 0.0030049880 | |
| 11650791 | 4 years ago | | | 0 | 0.0025188870 | |
| 11650745 | 4 years ago | | | 0 | 0.0022417120 | |
| 11650710 | 4 years ago | | | 0 | 0.0039313120 | |
| 11650667 | 4 years ago | | | 0 | 0.0019113500 | |
| 11650637 | 4 years ago | | | 0 | 0.0029627000 |
ABI
ABI objects
Getter at block 21377912
decimals() view returns (uint8)
18
feeRecipient() view returns (address)
0x8805912814e8cc825d0bfe275fd25275ae0c50e6
name() view returns (string)
One Core
owner() view returns (address)
0x1eabb383becb9dd3096b617c559b58dc5d78fa19
symbol() view returns (string)
1core
totalSupply() view returns (uint256)
1000000000000000000
transferFee() view returns (uint256)
333
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
feeException(address) view returns (bool)
State-modifying
Events addFeeException(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeFeeException(address account)
renounceOwnership()
setTransferFee(uint256 fee)
setTransferFeeRecipient(address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AddFeeException(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeRecipientChange(address account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveFeeException(address account)
Transfer(address indexed from, address indexed to, uint256 value)
TransferFeeChanged(uint256 newFee)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.