Defiance Phoenix
Verified contract
Active on
Ethereum with 1,144 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "Defiance Phoenix"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19147401 | 10 months ago | | | 0 | 0.00043713443 | |
| 18208369 | a year ago | | | 0 | 0.00023415018 | |
| 17539682 | a year ago | | | 0 | 0.00034459650 | |
| 17512166 | a year ago | | | 0 | 0.00036710806 | |
| 17011808 | 2 years ago | | | 0 | 0.00050188757 | |
| 17010141 | 2 years ago | | | 0 | 0.00060040365 | |
| 16235746 | 2 years ago | | | 0 | 0.0010531215 | |
| 14485529 | 3 years ago | | | 0 | 0.00080553049 | |
| 13133876 | 3 years ago | | | 0 | 0.0097001810 | |
| 12909572 | 3 years ago | | | 0 | 0.0010688480 |
ABI
ABI objects
Getter at block 21328483
canPause() view returns (bool)
true
decimals() view returns (uint8)
18
name() view returns (string)
Defiance Phoenix
owner() view returns (address)
0xa1d3a9ffc46d3b4c19a939e6c37876927aab1620
paused() view returns (bool)
false
symbol() view returns (string)
DEPH
totalStaked() view returns (uint256)
115138052041121420000000
totalSupply() view returns (uint256)
3506775564458098521170769
Read-only
allInfoFor(address _user) view returns (uint256 totalTokenSupply, uint256 totalTokensStaked, uint256 userBalance, uint256 userStaked, uint256 userDividends)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
dividendsOf(address _user) view returns (uint256)
isWhitelisted(address _user) view returns (bool)
stakedOf(address _user) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
bulkTransfer(address[] _receivers, uint256[] _amounts)
burn(uint256 _tokens)
collect() returns (uint256)
distribute(uint256 _tokens)
notPausable()
pause()
pauseWhitelist(address _user, bool _status)
renounceOwnership()
stake(uint256 _tokens)
transfer(address _to, uint256 _tokens) returns (bool)
transferAndCall(address _to, uint256 _tokens, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _tokens) returns (bool)
transferOwnership(address newOwner)
unpause()
unstake(uint256 _tokens)
whitelist(address _user, bool _status)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Burn(uint256 tokens)
Collect(address indexed owner, uint256 tokens)
NotPausable()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PauseWhitelist(address indexed user, bool status)
Stake(address indexed owner, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unpause()
Unstake(address indexed owner, uint256 tokens)
Whitelist(address indexed user, bool status)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.