DEFIBase
Verified contract
Active on
Ethereum with 2,039 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "DEFIBase"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17639706 | a year ago | | | 0 | 0.00071994561 | |
| 17011805 | 2 years ago | | | 0 | 0.00055980061 | |
| 16713058 | 2 years ago | | | 0 | 0.00063326561 | |
| 16653605 | 2 years ago | | | 0 | 0.00065020455 | |
| 16321715 | 2 years ago | | | 0 | 0.00075568567 | |
| 16070244 | 2 years ago | | | 0 | 0.00075213389 | |
| 15247233 | 2 years ago | | | 0 | 0.00012641804 | |
| 15159597 | 2 years ago | | | 0 | 0.00062714384 | |
| 14600582 | 3 years ago | | | 0 | 0.00053811965 | |
| 14598973 | 3 years ago | | | 0 | 0.00096582407 |
ABI
ABI objects
Getter at block 21287907
decimals() view returns (uint8)
9
monetaryPolicy() view returns (address)
0xa6774c717b356a9cee876e4aa42910b05472b4a5
name() view returns (string)
DEFIBase
owner() view returns (address)
0xd2ae31575894f62f891c0654a05f1369964314f2
rebasesPaused() view returns (bool)
false
symbol() view returns (string)
DEFIB
totalShares() view returns (uint256)
115792089237316195423570985000000000000000
totalSupply() view returns (uint256)
170428802479103981646
transfersPaused() view returns (bool)
false
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
sharesOf(address user) view returns (uint256)
transferPauseExemptList(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burnShares(address recipient, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
mintShares(address recipient, uint256 amount)
rebase(uint256 epoch, int256 supplyDelta) returns (uint256)
renounceOwnership()
setMonetaryPolicy(address monetaryPolicy_)
setRebasesPaused(bool _rebasesPaused)
setTransferPauseExempt(address user, bool exempt)
setTransfersPaused(bool _transfersPaused)
transfer(address to, uint256 value) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogMonetaryPolicyUpdated(address monetaryPolicy)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.