CoverForge
Verified contract
Active on
Ethereum with 780 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COVER | ERC-20 | 5.915823K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15679923 | 2 years ago | | | 0 | 0.00023625366 | |
| 15679879 | 2 years ago | | | 0 | 0.00028129340 | |
| 15679870 | 2 years ago | | | 0 | 0.00042911649 | |
| 15302596 | 2 years ago | | | 0 | 0.00062670019 | |
| 14795845 | 3 years ago | | | 0 | 0.0012102481 | |
| 13379135 | 3 years ago | | | 0 | 0.0093096878 | |
| 13322137 | 3 years ago | | | 0 | 0.0074017673 | |
| 13322117 | 3 years ago | | | 0 | 0.011791784 | |
| 13319387 | 3 years ago | | | 0 | 0.0033844984 | |
| 13319377 | 3 years ago | | | 0 | 0.0035800341 |
ABI
ABI objects
Getter at block 21306236
DOMAIN_SEPARATOR() view returns (bytes32)
0x3a2a83017b826bcd7dae14c1bcc425e77109fa5c12c44f8662f92c0a51933f72
cover() view returns (address)
0x4688a8b1f292fdab17e9a90c8bc379dc1dbd8713
decimals() view returns (uint8)
18
getShareValue() view returns (uint256)
1027748859126768381
name() view returns (string)
CoverForge
owner() view returns (address)
0x15957f0ca310d35b2e73fb5070ce44a5b0141ab1
symbol() view returns (string)
xCOVER
totalSupply() view returns (uint256)
5756097773813297504332
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
collect(address _token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
depositWithPermit(uint256 _amount, struct ICoverForgePermit permit)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 _share)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address user, uint256 _cover)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address arg0, uint256 _shares, uint256 _cover)
constructor(address _cover)
This contract contains no fallback and receive objects.
This contract contains no error objects.