EXMR_FDN
Verified contract
Active on
Ethereum with 2,936 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x331f…f529 | ERC-20 | 91.7K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
EXMR | ERC-20 | 21 | -- | -- | |
STT | ERC-20 | 1 | -- | -- | |
SHOCK | ERC-20 | 0.000001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19603510 | 8 months ago | | | 0 | 0.00078276070 | |
| 19603229 | 8 months ago | | | 0 | 0.00070645361 | |
| 17273111 | 2 years ago | | | 0 | 0.0055976171 | |
| 17271975 | 2 years ago | | | 0 | 0.0051181375 | |
| 17249665 | 2 years ago | | | 0 | 0.0032608510 | |
| 17249615 | 2 years ago | | | 0 | 0.0046457638 | |
| 17172950 | 2 years ago | | | 0 | 0.0030563984 | |
| 16891524 | 2 years ago | | | 0 | 0.0037402253 | |
| 16585883 | 2 years ago | | | 0 | 0.0050626479 | |
| 16295123 | 2 years ago | | | 0 | 0.0020839285 |
ABI
ABI objects
Getter at block 21315389
burningRate() view returns (uint256)
0
decimals() view returns (uint8)
18
maximumSupply() view returns (uint256)
75000000000000000000000000
meltHoldSeconds() view returns (uint256)
172800
name() view returns (bytes23)
0x45584d522046444e2e0000000000000000000000000000
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x805e780806ba81735c00c3253fdadd07fdbaf399
safeGuard() view returns (bool)
false
symbol() view returns (bytes8)
0x45584d5200000000
totalMintAfterInitial() view returns (uint256)
172263298215394342997165
totalSupply() view returns (uint256)
18172091060947336842997165
whitelistingStatus() view returns (bool)
false
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
tokenTypeDatas(address) view returns (bytes23 tokenName, bytes8 tokenSymbol, uint256 decimalCount, uint256 minFreezingValue, uint256 rateFactor, uint256 perDayFreezeRate, bool freezingAllowed)
tokens(address, address) view returns (uint256 totalValue, uint256 freezeValue, uint256 freezeDate, uint256 meltValue)
viewMyReward(address token) view returns (uint256 freezedValue, uint256 rewardValue)
whitelisted(address) view returns (bool)
State-modifying
Events Bounty(address[] recipients, uint256[] tokenAmount) returns (bool)
acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
changeWhitelistingStatus()
changesafeGuardStatus()
freezeAccount(address target, bool freeze)
freezingOnOffForTokenType(address token) returns (bool)
manualWithdrawEther()
manualWithdrawToken(uint256 _amount)
mintToken(address target, uint256 mintedAmount) returns (bool success)
newTokenTypeData(address token, bytes23 _tokenName, bytes8 _tokenSymbol, uint256 _decimalCount, uint256 _minFreezingValue, uint256 _rateFactor, uint256 _perDayFreezeRate) returns (bool)
releaseMyExmr(address token) returns (bool)
setBurningRate(uint256 _burningRate) returns (bool success)
setMinFreezingValue(address token, uint256 _minFreezingValue) returns (bool)
setPerDayFreezeRate(address token, uint256 _perDayFreezeRate) returns (bool)
setRateFactor(address token, uint256 _rateFactor) returns (bool)
setWithdrawWaitingPeriod(uint256 valueInSeconds) returns (bool)
tokenBalanceFreeze(address token, uint256 amount) returns (bool)
tokenBalanceMelt(address token, uint256 amount) returns (bool)
tokenDeposit(address token, uint256 amount)
tokenWithdraw(address token, uint256 amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
whitelistUser(address userAddress)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferredEv(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
releaseMyExmrEv(address token, uint256 amount)
tokenBalanceFreezeEv(address token, uint256 amount, uint256 earning)
tokenBalanceMeltEv(address token, uint256 amount, uint256 earning)
tokenDepositEv(address token, address user, uint256 amount, uint256 balance)
tokenWithdrawEv(address token, address user, uint256 amount, uint256 balance)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.