CryptoFranc
Verified contract
Active on
Ethereum with 7,503 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- | |
WDT | ERC-20 | 0.0007 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151970 | a day ago | | | 0 | 0.00049246090 | |
| 21151429 | a day ago | | | 0 | 0.00045387490 | |
| 21151110 | a day ago | | | 0 | 0.00030503250 | |
| 21151109 | a day ago | | | 0 | 0.00030596728 | |
| 21151108 | a day ago | | | 0 | 0.00030555549 | |
| 21151105 | a day ago | | | 0 | 0.00029969424 | |
| 21151100 | a day ago | | | 0 | 0.00028737258 | |
| 21149735 | a day ago | | | 0 | 0.00046266044 | |
| 21149735 | a day ago | | | 0 | 0.00041692912 | |
| 21143902 | 2 days ago | | | 0 | 0.0010503909 |
ABI
ABI objects
Getter at block 21160396
SCALEFACTOR() view returns (uint256)
1000000000000000000
announcedFullName() view returns (string)
XCHF_2024-Q4
announcedMaturityDate() view returns (uint256)
1727740800
announcedTermEndDate() view returns (uint256)
1735689600
announcedTerms() view returns (address)
0xb4272071ecadd69d933adcd19ca99fe80664fc08
currentFullName() view returns (string)
XCHF_2024-Q3
currentMaturityDate() view returns (uint256)
1719792000
currentTermEndDate() view returns (uint256)
1727740800
currentTerms() view returns (address)
0xb4272071ecadd69d933adcd19ca99fe80664fc08
decimals() view returns (uint256)
18
dustAmount() view returns (uint256)
10000000000000000
getCurrentCompoundingLevel() view returns (uint256)
1000000000000000000
getFullName() view returns (string)
XCHF_2024-Q4
isMigrationAgent() pure returns (bool)
true
migrationFromContract() view returns (address)
0x0000000000000000000000000000000000000000
migrationToContract() view returns (address)
0x0000000000000000000000000000000000000000
minter() view returns (address)
0x318cee69d79c8e96fb8c63d89fd5505ce424a2a6
name() view returns (string)
CryptoFranc
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
operator() view returns (address)
0x958571619fff444365b1f3d52ddb7e310363ecfd
owner() view returns (address)
0xd66a4bc77c3bf8f3ab1827112f4ff70f0dc0472e
paused() view returns (bool)
false
symbol() view returns (string)
XCHF
totalSupply() view returns (uint256 supply)
477000000000000000000000
version() view returns (string)
1.0.0.0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getAdjustedValueDate(address _owner, uint256 _date) view returns (uint256)
getCompoundingLevel(address _owner) view returns (uint256)
getCompoundingLevelDate(uint256) view returns (uint256)
State-modifying
Events acceptOwnership()
announceRollover(string _newName, address _newTerms, uint256 _newMaturityDate, uint256 _newTermEndDate)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
collectInterest(address _owner)
migrate()
migrateFrom(address _from, uint256 _value) returns (bool)
mint(address _to, uint256 _value)
pause()
refundForeignTokens(address _tokenaddress, address _to)
startMigrateFromContract(address _fromConstract)
startMigrateToContract(address _toContract)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferMinter(address _newMinter)
transferOperator(address _newOperator)
transferOwnership(address _newOwner)
unpause()
AnnounceRollover(string newName, address indexed newTerms, uint256 indexed newMaturityDate, uint256 indexed newTermEndDate)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
MigratedFrom(address indexed owner, address indexed _contract, uint256 value)
MigratedTo(address indexed owner, address indexed _contract, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
StartMigrateFromContract(address indexed fromConstract, address indexed toContract)
StartMigrateToContract(address indexed fromConstract, address indexed toContract)
Transfer(address indexed _from, address indexed _to, uint256 _value)
TransferMinter(address indexed from, address indexed to)
TransferOperator(address indexed from, address indexed to)
Unpause()
constructor(string _initialFullName, uint256 _dustAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.