Covesting
Verified contract
Active on
Ethereum with 13,450 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 |
---|---|---|---|---|---|
COV | ERC-20 | 988 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21284328 | an hour ago | | | 0 | 0.00054850061 | |
| 21278689 | 20 hours ago | | | 0 | 0.00089497091 | |
| 21278325 | 21 hours ago | | | 0 | 0.00027590260 | |
| 21278276 | a day ago | | | 0 | 0.00050104389 | |
| 21275041 | a day ago | | | 0 | 0.00041728501 | |
| 21275010 | a day ago | | | 0 | 0.00034109372 | |
| 21274302 | a day ago | | | 0 | 0.00034205157 | |
| 21274267 | a day ago | | | 0 | 0.00062035035 | |
| 21274138 | a day ago | | | 0 | 0.00037292879 | |
| 21274104 | a day ago | | | 0 | 0.00068555719 |
ABI
ABI objects
Getter at block 21284652
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LOCK_ADDR_TIME_LOCK() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000003
LOCK_BURN() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LOCK_MINT() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000002
LOCK_TRANSFER() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000001
MAX_INT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
ROLE_ADMIN() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ROLE_ALIEN_TOKEN_SENDER() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000004
ROLE_BURNER() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000002
ROLE_MINTER() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000001
ROLE_TRANSFER() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000003
decimals() view returns (uint8)
18
name() view returns (string)
Covesting
oldCOVToken() view returns (address)
0xe2fb6529ef566a080e6d23de0bd351311087d567
registeredCallback() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
COV
totalSupply() view returns (uint256)
18725534211526125166467259
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
finalFuncLocks(bytes32) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
locks(address) view returns (uint256)
tempFuncLocks(bytes32) view returns (bool)
State-modifying
Events adminBurn(address account, uint256 amount)
adminMint(address account, uint256 amount)
adminTimelockTransfer(address account, uint256 periodInDays)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deregisterCallback()
distributeLockOldToken(address[] receivers)
distributeMint(address[] receivers, uint256[] balances)
finalFuncLock(bytes32 lock)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
registerCallback(address callback)
renounceRole(bytes32 role, address account)
retrieveTokens(address to, address anotherToken)
revokeRole(bytes32 role, address account)
setOldCOVToken(address oldCOVTokenAddress)
setTempFuncLock(bytes32 lock, bool status)
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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.