cVault.finance/FANNY
Verified contract
Active on
Ethereum with 897 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 "cVault.finance/FANNY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102437 | 8 days ago | | | 0 | 0.00047319000 | |
| 21009596 | 21 days ago | | | 0 | 0.00018547800 | |
| 20815932 | 2 months ago | | | 0 | 0.00080505813 | |
| 20648851 | 2 months ago | | | 0 | 0.000056467192 | |
| 20421033 | 3 months ago | | | 0 | 0.00038124350 | |
| 20358871 | 4 months ago | | | 0 | 0.00027947484 | |
| 20358680 | 4 months ago | | | 0 | 0.00025709071 | |
| 20358655 | 4 months ago | | | 0 | 0.00064988342 | |
| 20343470 | 4 months ago | | | 0 | 0.00025303344 | |
| 20321313 | 4 months ago | | | 0 | 0.00089042810 |
ABI
ABI objects
Getter at block 21160129
coreGlobals() view returns (address)
0x255ca4596a963883afe0ef9c85ea071cc050128b
decimals() view returns (uint8)
18
name() view returns (string)
cVault.finance/FANNY
symbol() view returns (string)
FANNY
totalSupply() view returns (uint256)
259000000000000000000
Read-only
allClaims(uint256) view returns (uint256 id, uint256 timestamp, address claimerAddress)
allClaimsForAnAddress(address guy) view returns (struct FANNYClaim[] claims)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimsByPerson(address, uint256) view returns (uint256 id, uint256 timestamp, address claimerAddress)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimFanny()
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)
Approval(address indexed owner, address indexed spender, uint256 value)
Claimed(uint256 indexed claimID, address indexed claimer, uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.