ChainOfFaith
Verified contract
Active on
Ethereum with 5,634 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 "ChainOfFaith"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13119523 | 3 years ago | | | 0 | 0.0025896331 | |
| 11548310 | 4 years ago | | | 0 | 0.0029101231 | |
| 11407669 | 4 years ago | | | 0 | 0.0013051350 | |
| 11407633 | 4 years ago | | | 0 | 0.0014182245 | |
| 11407340 | 4 years ago | | | 0 | 0.0016766295 | |
| 10934485 | 4 years ago | | | 0 | 0.0029184408 | |
| 10749627 | 4 years ago | | | 0 | 0.0042506341 | |
| 10477363 | 4 years ago | | | 0 | 0.0026697101 | |
| 10426846 | 4 years ago | | | 0 | 0.0029488800 | |
| 10287694 | 4 years ago | | | 0 | 0.00076471500 |
ABI
ABI objects
Getter at block 21261953
cap() view returns (uint256)
2000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
ChainOfFaith
owner() view returns (address)
0x932aa29c316c786bd77dca444cfece2e3e4d018c
paused() view returns (bool)
false
symbol() view returns (string)
XKY
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
pause()
rescueTokens(address tokenAddr, address receiver, uint256 amount)
setMinterState(address account, bool state)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
withdrawEther(address to, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Donate(address indexed account, uint256 amount)
Mint(address indexed to, uint256 value)
MinterChanged(address account, bool state)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
fallback()
This contract contains no error objects.