Defiking.finance Version 2.0
Verified contract
Active on
Ethereum with 3,241 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Defiking.finance Version 2.0"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158169 | 7 hours ago | | | 0 | 0.00065672321 | |
| 17588648 | a year ago | | | 0 | 0.00053632338 | |
| 15583364 | 2 years ago | | | 0 | 0.00099193034 | |
| 13464882 | 3 years ago | | | 0 | 0.0024171032 | |
| 13361876 | 3 years ago | | | 0 | 0.0041752800 | |
| 13356302 | 3 years ago | | | 0 | 0.0048032280 | |
| 13351465 | 3 years ago | | | 0 | 0.0035567840 | |
| 13348860 | 3 years ago | | | 0 | 0.0028202580 | |
| 13348830 | 3 years ago | | | 0 | 0.0044188380 | |
| 13346196 | 3 years ago | | | 0 | 0.0020541237 |
ABI
ABI objects
Getter at block 21160293
decimals() view returns (uint8)
18
mancount() view returns (uint256)
3
name() view returns (string)
Defiking.finance Version 2.0
requestCount() view returns (uint256)
0
symbol() view returns (string)
DFKII
totalSupply() view returns (uint256)
8816898496756633377593072
Read-only
allowance(address owner, address agent) view returns (uint256)
balanceOf(address addr) view returns (uint256 balance)
changeReqs(bytes32) view returns (address proposedNew, address proposedClear)
managers(address) view returns (address)
State-modifying
Events _burn(address from, uint256 value)
_mint(address to, uint256 value)
approve(address agent, uint256 value) returns (bool)
confirmChange(bytes32 _lockId)
decreaseApproval(address agent, uint256 value) returns (bool)
increaseApproval(address agent, uint256 value) returns (bool)
replaceManager(address _new, address _clear)
requestChange(address _new, address _clear) returns (bytes32 lockId)
sweepChange(bytes32 _lockId)
sweepeth(uint256 amount)
sweeptoken(address tokenaddr, uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed agent, uint256 value)
ChangeConfirmed(bytes32 _lockId, address _newCustodian, address _clearCustodian)
ChangeRequested(bytes32 _lockId, address _msgSender, address _new, address _clear)
ChangeSweep(bytes32 _lockId, address _sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address[] _mans, uint256 _maxMined)
This contract contains no fallback and receive objects.
This contract contains no error objects.