CelebsParty
Verified contract
Active on
Ethereum with 733 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($167.85)
Native
Value
$167.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.05282 | $3,177.78 |
$167.85 | |
WLM | ERC-20 | 132 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6768229 | 6 years ago | | | 0 | 0.000089610400 | |
| 5648052 | 6 years ago | | | 0 | 0.00016260214 | |
| 5572037 | 7 years ago | | | 0 | 0.000081464000 | |
| 5568931 | 7 years ago | | | 0 | 0.000089610400 | |
| 5564278 | 7 years ago | | | 0 | 0.000089610400 | |
| 5564275 | 7 years ago | | | 0 | 0.000089610400 | |
| 5564273 | 7 years ago | | | 0 | 0.000089610400 | |
| 5557468 | 7 years ago | | | 0 | 0.000089610400 | |
| 5557461 | 7 years ago | | | 0 | 0.000089610400 | |
| 5557426 | 7 years ago | | | 0 | 0.000089610400 |
ABI
ABI objects
Getter at block 21218338
categoryCount() view returns (uint256)
8
celebrityCount() view returns (uint256)
34
cfoAddress() view returns (address)
0x19ae3115cfbad61732fd1839c768e17646214424
circulatingFame() view returns (uint256)
13524398
devBalance() view returns (uint256)
0
minRequiredBlockQueueTime() view returns (uint256)
1000
owner() view returns (address)
0x19ae3115cfbad61732fd1839c768e17646214424
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
prizePool() view returns (uint256)
52819999999999999
Read-only
categories(uint256) view returns (uint256 identifier, string name)
celebrities(uint256) view returns (uint256 identifier, string name, uint256 price, address owner, bool isQueued, uint256 lastQueueBlock, address agent, uint256 agentAwe, uint256 famePerBlock, uint256 lastFameBlock)
fameBalance(address) view returns (uint256)
getCelebrity(uint256 _identifier) view returns (uint256 id, string name, uint256 price, uint256 nextPrice, address agent, uint256 agentAwe, address owner, uint256 fame, uint256 lastFameBlock, uint256[] cats, bool queued, uint256 lastQueueBlock)
getFameBalance(address _player) view returns (uint256)
getUsername(address _player) view returns (string)
usernames(address) view returns (string)
State-modifying
Events acquireFame(uint256 _identifier)
becomeAgent(uint256 _identifier, uint256 _agentAwe)
buyCelebrity(uint256 _identifier) payable
claimOwnership()
createCategory(string _name)
createCelebrity(string _name, address _owner, address _agent, uint256 _agentAwe, uint256 _price, bool _queued, uint256[] _categories)
pause()
releaseCelebrity(uint256 _identifier)
sendPrize(address _player, uint256 _amount, string _reason)
setCFO(address _newCFO)
setCelebrityPrice(uint256 _identifier, uint256 _price)
setRequiredBlockQueueTime(uint256 _blocks)
setUsername(address _player, string _username)
transferOwnership(address newOwner)
unpause()
withdrawDevBalance()
AgentHired(uint256 identifier, address player, bool queued)
Birth(uint256 identifier, string name, address owner, bool queued)
CategoryCreated(uint256 indexed identifier, string name)
CelebrityBought(uint256 indexed identifier, address indexed oldOwner, address indexed newOwner, uint256 price)
CelebrityReleased(uint256 indexed identifier, address player)
FameAcquired(uint256 indexed identifier, address player, uint256 fame)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PriceUpdated(uint256 indexed identifier, uint256 price)
PrizeAwarded(address player, uint256 amount, string reason)
Unpause()
UsernameUpdated(address player, string username)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.