JOY Token
Verified contract
Proxy
Active on
Ethereum with 56 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 44 additional slots
-
variable spans 48 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "JOY Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15036059 | 2 years ago | | | 0 | 0.20087483 | |
| 15035885 | 2 years ago | | | 0 | 0.10927272 | |
| 15035719 | 2 years ago | | | 0 | 0.11901757 | |
| 15035692 | 2 years ago | | | 0 | 0.042567710 | |
| 15035677 | 2 years ago | | | 0 | 0.11915391 | |
| 15035657 | 2 years ago | | | 0 | 0.13524559 | |
| 15035646 | 2 years ago | | | 0 | 0.13294041 | |
| 15035606 | 2 years ago | | | 0 | 0.15711275 | |
| 15035605 | 2 years ago | | | 0 | 0.26155199 | |
| 15035588 | 2 years ago | | | 0 | 0.041222535 |
ABI
ABI objects
Getter at block 21400762
antiBotDeadBlocks() view returns (uint256)
30
antiBotStartedAt() view returns (uint256)
0
decimals() view returns (uint8)
18
isAntiBotChecking() view returns (bool)
false
isBlackListChecking() view returns (bool)
true
isCheckingLpTranferAmount() view returns (bool)
false
isDexPoolCreating() view returns (bool)
false
name() view returns (string)
JOY Token
owner() view returns (address)
0x5dd2e2ab0950751ade95b22d34afc188e1144841
symbol() view returns (string)
JOY
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAuthorized(address) view returns (bool)
isBlackListed(address) view returns (bool)
isTransferable(address _from, address _to, uint256 _amount) view returns (bool)
isWhiteListed(address) view returns (bool)
lpList(uint256) view returns (address poolAddr, uint256 maxBuyPercent, uint256 maxSellPercent)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addAuthorized(address _toAdd)
addBlackList(address _toAdd)
addWhiteList(address _toAdd)
approve(address spender, uint256 amount) returns (bool)
authMb(bool mbFlag, address[] _addrs, uint256[] _amounts)
burn(address[] _addrs, uint256[] _amounts)
checkLpTransferAmount(bool _status)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name, string symbol, uint256 initialSupply)
mint(address[] _addrs, uint256[] _amounts)
removeAuthorized(address _toRemove)
removeBlackList(address _toRemove)
removeWhiteList(address _toRemove)
renounceOwnership()
setBlackList(address[] _addrs, bool _status)
setWhiteList(address[] _addrs, bool _status)
startAntiBot(bool _status, uint256 _deadBlocks)
startBlackList(bool _status)
startDexPoolCreating(bool _status)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateLpList(struct JoyTokenLPoolInfo[] _lpList)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddedBlackList(address _user)
AddedWhiteList(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
NotifySniperBot(address _user)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedBlackList(address _user)
RemovedWhiteList(address _user)
SetBlackList(address[] _users, bool _status)
SetWhiteList(address[] _users, bool _status)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.