Xdef finance
Verified contract
Implementation
Active on
Ethereum with 65 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 "Xdef finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11605978 | 4 years ago | | | 0 | 0.0055580190 | |
| 11602081 | 4 years ago | | | 0 | 0.0030057809 | |
| 11602080 | 4 years ago | | | 0 | 0.0030057809 | |
| 11597413 | 4 years ago | | | 0 | 0.0043174800 | |
| 11596609 | 4 years ago | | | 0 | 0.0066335100 | |
| 11596329 | 4 years ago | | | 0 | 0.0052662654 | |
| 11595952 | 4 years ago | | | 0 | 0.010241955 | |
| 11595861 | 4 years ago | | | 0 | 0.012212442 | |
| 11595856 | 4 years ago | | | 0 | 0.0031661520 | |
| 11595832 | 4 years ago | | | 0 | 0.0037598056 |
ABI
ABI objects
Getter at block 21176809
decimals() view returns (uint8)
9
monetaryPolicy() view returns (address)
0x18db7488c5361b3ea7c852aded6b788e82bb27a0
name() view returns (string)
Xdef finance
owner() view returns (address)
0x18db7488c5361b3ea7c852aded6b788e82bb27a0
rebasesPaused() view returns (bool)
false
symbol() view returns (string)
Xdef
totalShares() view returns (uint256)
115792089237316195439126532497979555666666
totalSupply() view returns (uint256)
19067164000000001
transfersPaused() view returns (bool)
true
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
bannedUsers(address) view returns (bool)
sharesOf(address user) view returns (uint256)
transferPauseExemptList(address) view returns (bool)
State-modifying
Events _mint(address account, uint256 amount)
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)
setUserBanStatus(address user, bool banned)
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)
LogUserBanStatusUpdated(address user, bool banned)
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.