FiNANCiE Token
Verified contract
Active on
Ethereum with 3,779 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "FiNANCiE Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161583 | a day ago | | | 0 | 0.00070170160 | |
| 21161191 | a day ago | | | 0 | 0.00050520830 | |
| 21161116 | a day ago | | | 0 | 0.0019335685 | |
| 21155360 | 2 days ago | | | 0 | 0.00054964748 | |
| 21155343 | 2 days ago | | | 0 | 0.00080872575 | |
| 21150310 | 3 days ago | | | 0 | 0.00060795829 | |
| 21150259 | 3 days ago | | | 0 | 0.0010423744 | |
| 21150139 | 3 days ago | | | 0 | 0.00052866764 | |
| 21146484 | 3 days ago | | | 0 | 0.00031573086 | |
| 21146473 | 3 days ago | | | 0 | 0.00041759261 |
ABI
ABI objects
Getter at block 21171557
decimals() view returns (uint8)
18
name() view returns (string)
FiNANCiE Token
symbol() view returns (string)
FNCT
totalSupply() view returns (uint256)
20000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.