FlexiCoin
Verified contract
Active on
Ethereum with 521 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 "FlexiCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20571073 | 3 months ago | | | 0 | 0.000026231114 | |
| 12430083 | 4 years ago | | | 0 | 0.0055415920 | |
| 12366888 | 4 years ago | | | 0 | 0.0018161520 | |
| 12291653 | 4 years ago | | | 0 | 0.0083822400 | |
| 11760720 | 4 years ago | | | 0 | 0.0060476480 | |
| 11735495 | 4 years ago | | | 0 | 0.00088706202 | |
| 11672885 | 4 years ago | | | 0 | 0.0022234000 | |
| 11558070 | 4 years ago | | | 0 | 0.0029345800 | |
| 11507558 | 4 years ago | | | 0 | 0.0023568040 | |
| 11488536 | 4 years ago | | | 0 | 0.00097829600 |
ABI
ABI objects
Getter at block 21184386
decimals() view returns (uint8)
18
name() view returns (string)
FlexiCoin
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xd4a757bfd1c02af0489a2bd5ec67101490a352f8
symbol() view returns (string)
FLEXI
totalBurnt() view returns (uint256)
176902986467980455593
totalSupply() view returns (uint256)
823097013532019544407
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)
burn(uint256 _amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
receive()
This contract contains no error objects.