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 |
---|---|---|---|---|---|
DERANGED | ERC-20 | 805.281534M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21237602 | 3 days ago | | | 0 | 0.00070430328 | |
| 21145272 | 16 days ago | | | 0 | 0.00075684853 | |
| 21035254 | a month ago | | | 0 | 0.00058726977 | |
| 21019099 | a month ago | | | 0 | 0.00028880520 | |
| 20920252 | 2 months ago | | | 0 | 0.00065328561 | |
| 20917275 | 2 months ago | | | 0 | 0.00047914130 | |
| 20917268 | 2 months ago | | | 0 | 0.00054330243 | |
| 20917257 | 2 months ago | | | 0 | 0.00055484413 | |
| 20917256 | 2 months ago | | | 0 | 0.00090372040 | |
| 20917252 | 2 months ago | | | 0 | 0.00090746052 |
ABI
ABI objects
Getter at block 21259349
decimals() view returns (uint8)
18
devFeeWallet() view returns (address)
0xe4a8a861dd0a4e753118a74a9d8f5fba0d522609
name() view returns (string)
DERANGED
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DERANGED
totalSupply() view returns (uint256)
40611386374438340823888006979
unlockDate() view returns (uint256)
1698422399
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAirdropAddress(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
execute(address to, uint256 amount) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAirdropAddress(address _airdropAddress, bool _isAirdrop)
setDevFeeWallet(address _devFeeWallet)
setDeveloperFeeRate(uint256 _newRate)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DeveloperFeeRateChanged(uint256 newRate)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.