Cover Protocol
Verified contract
Active on
Ethereum with 27,319 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 |
---|---|---|---|---|---|
COVERv2 | ERC-20 | 79.802K | -- | -- | |
COVER | ERC-20 | 139.069421 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21236132 | 5 days ago | | | 0 | 0.0017985092 | |
| 21228641 | 6 days ago | | | 0 | 0.00022415623 | |
| 21228637 | 6 days ago | | | 0 | 0.00020363344 | |
| 21207286 | 9 days ago | | | 0 | 0.00036012410 | |
| 21170623 | 15 days ago | | | 0 | 0.0020488616 | |
| 21109334 | 23 days ago | | | 0 | 0.00016257088 | |
| 21103374 | 24 days ago | | | 0 | 0.00020045586 | |
| 21098878 | 25 days ago | | | 0 | 0.00033802947 | |
| 21096484 | 25 days ago | | | 0 | 0.00018620121 | |
| 21095294 | 25 days ago | | | 0 | 0.00043249298 |
ABI
ABI objects
Getter at block 21275045
START_TIME() view returns (uint256)
1605830400
blacksmith() view returns (address)
0x1d5fab8a0e88020309e52b77b9c8edf63c519a26
decimals() view returns (uint8)
18
migrator() view returns (address)
0xfcf3295b3b357e3e0d37ac5ee14823e06ffdfbc6
name() view returns (string)
Cover Protocol
owner() view returns (address)
0xdd79dc5b781b14ff091686961adc5d47e434f4b0
symbol() view returns (string)
COVER
totalSupply() view returns (uint256)
40796131214802566379039212986462348224
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _account, uint256 _amount)
release(address _treasury, address _vestor, address _blacksmith, address _migrator)
setBlacksmith(address _newBlacksmith) returns (bool)
setMigrator(address _newMigrator) 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 previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.