fecore.finance
Verified contract
Active on
Ethereum with 213 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 13.231829 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20675680 | 3 months ago | | | 0 | 0.000079973777 | |
| 20254489 | 5 months ago | | | 0 | 0.000061921775 | |
| 20250784 | 5 months ago | | | 0 | 0.00015170206 | |
| 18948399 | a year ago | | | 0 | 0.00052720775 | |
| 13879383 | 3 years ago | | | 0 | 0.0017112836 | |
| 13428620 | 3 years ago | | | 0 | 0.0031659638 | |
| 13329157 | 3 years ago | | | 0 | 0.0051022525 | |
| 12651032 | 3 years ago | | | 0 | 0.00069972007 | |
| 12437312 | 4 years ago | | | 0 | 0.0043382640 | |
| 12276770 | 4 years ago | | | 0 | 0.017900000 |
ABI
ABI objects
Getter at block 21409366
BSCSwapWallet() view returns (address)
0x0000000000000000000000000000000000000000
BSCserver() view returns (string)
BURN_RATE() view returns (uint256)
1
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FEE_RATE() view returns (uint256)
9
PERCENTS_DIVIDER() view returns (uint256)
10000
SNAPSHOT_ROLE() view returns (bytes32)
0x5fdbd35e8da83ee755d5e62a539e5ed7f47126abede0b8b10f9ea43dc6eed07f
TRXSwapWallet() view returns (address)
0x0000000000000000000000000000000000000000
TRXserver() view returns (string)
_minimumSupply() view returns (uint256)
4000000000000000000000
decimals() view returns (uint8)
18
feeAddress() view returns (address)
0xb22aed36638f0cf6b8d1092ab73a14580e6f8b99
minimumSupply() view returns (uint256)
4000000000000000000000
name() view returns (string)
fecore.finance
owner() view returns (address)
0x489b689850999f751760a38d03693bd979c4a690
symbol() view returns (string)
FECORE
synchronous() view returns (bool)
false
totalSupply() view returns (uint256)
9996183330903826438101
Read-only
allPairs(uint256) view returns (address)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events addBSCSwapWallet(address _BSCSwapWallet)
addBSCserver(string _BSCserver)
addPair(address _pairAddress)
addTRXSwapWallet(address _addTRXSwapWallet)
addTRXserver(string _TRXserver)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
snapshot()
sync()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateSynchronous(bool _synchronous)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.