FESSCHAIN ver 2.0
Verified contract
Active on
Ethereum with 508 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 "FESSCHAIN ver 2.0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20305208 | 4 months ago | | | 0 | 0.000080893071 | |
| 11358295 | 4 years ago | | | 0 | 0.0018693000 | |
| 11201085 | 4 years ago | | | 0 | 0.0019283440 | |
| 11159343 | 4 years ago | | | 0 | 0.0024378420 | |
| 11146474 | 4 years ago | | | 0 | 0.00082840950 | |
| 11146465 | 4 years ago | | | 0 | 0.0010473458 | |
| 11143844 | 4 years ago | | | 0 | 0.0012558580 | |
| 11139327 | 4 years ago | | | 0 | 0.0019207240 | |
| 11139309 | 4 years ago | | | 0 | 0.0027520250 | |
| 11138140 | 4 years ago | | | 0 | 0.00067985667 |
ABI
ABI objects
Getter at block 21257511
decimals() view returns (uint8)
18
name() view returns (string)
FESSCHAIN ver 2.0
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x8ce1ab2ee8c1fef5afd65abf3aa3b49963a74266
paused() view returns (bool)
false
symbol() view returns (string)
FESS
totalBurnMinted() view returns (uint256, uint256)
(8137574156000000000000000000, 0)
totalBurnt() view returns (uint256)
0
totalMinted() view returns (uint256)
8137574156000000000000000000
totalSupply() view returns (uint256)
8137574156000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
batchTransferTokens(address[] receivers, uint256[] valueToSent) returns (bool)
burn(uint256 amount) returns (bool)
burnByowner(address userAddress, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
transfer(address recipient, uint256 amount) returns (bool)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed from, address indexed _to)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address InitialMinter)
This contract contains no fallback and receive objects.
This contract contains no error objects.