OKXFootballCup
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
24 additional
variables
Balances ($0.00)
No balances found for "OKXFootballCup"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "OKXFootballCup"
ABI
ABI objects
Getter at block 21161714 totalSupply() view returns (uint256)
bonusContract() view returns (address)
0x0000000000000000000000000000000000000000
claimEnabled() view returns (bool)
false
getBlockList() view returns (address[])
[]
getImplementation() view returns (address)
0x0000000000000000000000000000000000000000
mintEndTime() view returns (uint256)
0
mintStartTime() view returns (uint256)
0
name() view returns (string)
OKXFootballCup
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
stakeContract() view returns (address)
0x0000000000000000000000000000000000000000
stakePrice() view returns (uint256)
0
symbol() view returns (string)
OKXFC
totalHolder() view returns (uint256)
0
totalMintForDrop() view returns (uint256)
0
totalStaking() view returns (uint256)
0
withdrawEnabled() view returns (bool)
false
Read-only
_pauseClaimMap(uint256) view returns (bool)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfAll(address account) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimPauseTimeMap(uint256) view returns (uint256 startTime, uint256 endTime)
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
mintPauseTimeMap(uint256, uint256) view returns (uint256 startTime, uint256 endTime)
mintedAmountOf(address account) view returns (uint256)
snapshot(uint256 id, uint256 pageSize, uint256 pageIndex) view returns (address[] accounts, uint256[] amounts, uint256 snapshotSize)
stakeAmountMap(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalHolder(uint256 id) view returns (uint256)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events cancelEvent(bool cancel)
claimBatchBonus(uint256[] ids, uint256[] amounts)
claimBonus(uint256 id, uint256 amount)
elimination(uint256 winner, uint256 loser)
groupStageEnds(uint256[] winners, uint256[] losers)
initialize(address _stakeContract, address _bonusContract)
mint(address account, uint256 id, uint256 amount, bytes32 hash, uint8 v, bytes32 r, bytes32 s)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes32 hash, uint8 v, bytes32 r, bytes32 s)
mintForDrop(address to, uint256[] ids, uint256[] amounts)
pauseClaim(uint256 id)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setAdmin(address admin)
setAppSignerAccount(address appSignerAccount)
setApprovalForAll(address operator, bool approved)
setBlockList(address _blockAddress, uint256 _withdrawRate)
setClaimEnable(bool active)
setGroupBonus(address[] accounts, uint256[] bonus)
setMintBonus(uint256 id, uint256 bonus)
setMintEndTime(uint256 _mintEndTime)
setMintStartTime(uint256 _mintStartTime)
setPauseClaimTimes(uint256 id, struct OKXFootballCupPauseTimeStruct pauseTime)
setPauseMintTimes(uint256 id, struct OKXFootballCupPauseTimeStruct[] pauseTimeArray)
setServerAccount(address serverAccount)
setURI(uint256 tokenId, string tokenURI)
setWebSignerAccount(address webSignerAccount)
setWithdrawEnable(bool active)
transferOwnership(address newOwner)
unpauseClaim(uint256 id)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
Canceled(bool cancel)
ClaimEnabled(bool enable)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
UnStaked(address indexed account, uint256 amount)
Upgraded(address indexed implementation)
WithdrawEnabled(bool enable)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.