XlordsGoldenGuild
Verified contract
Implementation
Active on
Base with 0 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
Balances ($0.00)
No balances found for "XlordsGoldenGuild"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "XlordsGoldenGuild"
ABI
ABI objects
Getter at block 22927590
ethAddress() view returns (address)
0x0000000000000000000000000000000000000000
goldenGuildID() view returns (uint256)
0
leaderFeePercent() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
protocolFeeDestination() view returns (address)
0x0000000000000000000000000000000000000000
protocolFeePercent() view returns (uint256)
0
signer() view returns (address)
0x0000000000000000000000000000000000000000
xlordsToken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
_userGuildInvestsIndex(uint256, uint256) view returns (uint256)
getIndexInvestGuild(uint256 userID, uint256 guildID) view returns (uint256)
getJoinFee(uint256 guildID, uint128 amountKeyInvest) view returns (uint256)
getJoinFeeAfterFee(uint256 guildID, uint128 amountKeyInvest) view returns (uint256)
getLeaveFee(uint256 guildID, uint128 amountKeyInvest) view returns (uint256)
getListGuildInvested(uint256 userID) view returns (uint256[])
getPrice(uint256 supply, uint256 amount) pure returns (uint256)
getSellPriceAfterFee(uint256 guildID, uint128 amountKeyInvest) view returns (uint256)
goldenGuildTnx(string) view returns (bool)
guildInvestor(uint256) view returns (uint256)
guildMember(uint256) view returns (uint256)
guilds(uint256) view returns (uint256 leaderGuildID, address leaderAddress, uint256 totalKeyInvest, uint256 guildID)
userGuild(uint256, uint256) view returns (uint256 guildID, address userAddress, uint128 amountKeyInvest)
userGuildInvestsAvgPrice(uint256, uint256) view returns (uint256)
userJoinGuild(uint256) view returns (uint256)
State-modifying
Events createGuild(uint256 userID, string name, string tag, string uniqueID, bytes signature)
initialize()
investGuild(uint256 userID, uint256 guildID, string uniqueID, bytes signature, uint256 amountKeyInvest) payable
joinGuild(uint256 userID, uint256 guildID, string uniqueID, bytes signature) payable
joinGuildAfterInvest(uint256 userID, uint256 guildID, string uniqueID, bytes signature)
leaderLeaveGuild(uint256 userID, uint256 guildID, uint256 nextGenLeaderID, address nextGenLeaderAddress, struct XlordsGoldenGuildSecurity security)
leaveGuild(uint256 userID, uint256 guildID, string uniqueID, bytes signature, uint256 amountSellKeyInvest)
renounceOwnership()
sellKeyInvest(uint256 userID, uint256 guildID, string uniqueID, bytes signature, uint256 amountSellKeyInvest)
setDestination(address _protocolFeeDestination)
setLeaderFeePercent(uint256 _leaderFeePercent)
setProtocolFeePercent(uint256 _protocolFeePercent)
setSigner(address _signer)
setXlordsToken(address _xlordsToken)
transferMasterShip(uint256 userID, uint256 guildID, uint256 nextGenLeaderID, address nextGenLeaderAddress, struct XlordsGoldenGuildSecurity security)
transferOwnership(address newOwner)
GuildCreated(uint256 indexed guildID, string nameGuild, string tag, uint256 leaderGuildID, address leaderAddress, uint256 amountKeys)
GuildInvestWithdrawal(uint256 indexed guildID, uint256 userID, address userAddress, uint256 totalGuildKeysInvestors, uint256 priceKey, uint256 protocolFee, uint256 leaderFee, address tokenPay, uint256 amountKeys)
GuildJoined(uint256 indexed guildID, uint256 userID, address userAddress, uint256 totalGuildKeysInvestors, uint256 priceKey, uint256 protocolFee, uint256 leaderFee, address tokenPay, uint256 amountKeys)
GuildLeft(uint256 indexed guildID, uint256 userID, address userAddress, uint256 totalGuildKeysInvestors, uint256 priceKey, uint256 protocolFee, uint256 leaderFee, address tokenPay, uint256 amountKeys)
GuildMasterShipTransferred(uint256 indexed guildID, uint256 userID, address userAddress, uint256 nextGenLeaderID, address nextGenLeaderAddress)
GuiledInvested(uint256 indexed guildID, uint256 userID, address userAddress, uint256 totalGuildKeysInvestors, uint256 priceKey, uint256 protocolFee, uint256 leaderFee, address tokenPay, uint256 amountKeys)
Initialized(uint64 version)
KeyPNL(uint256 guildID, uint256 userID, uint256 pnl, bool isProfit)
LeaderLeftGuild(uint256 indexed guildID, uint256 userID, address userAddress, uint256 totalGuildKeysInvestors, uint256 priceKey, uint256 protocolFee, uint256 leaderFee, uint256 nextGenLeaderID, address nextGenLeaderAddress, address tokenPay, uint256 amountKeys)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
EnforcedPause()
ExpectedPause()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()