REPOP WORLD
Verified contract
Active on
Ethereum with 209 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb07d…4f39
-
variable spans 1 additional slot
0x3751…7774
0xdec5…3209
0x5d75…c9a2
0x5455…c3d0
Balances ($0.00)
No balances found for "REPOP WORLD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7908219 | 5 years ago | | | 0 | 0.00018963000 | |
| 6077261 | 6 years ago | | | 0 | 0.00013884300 | |
| 5846914 | 6 years ago | | | 0 | 0.00019016400 | |
| 5846721 | 6 years ago | | | 0 | 0.00016574400 | |
| 5840371 | 6 years ago | | | 0 | 0.00019001400 | |
| 5816684 | 6 years ago | | | 0 | 0.00055656000 | |
| 5811892 | 6 years ago | | | 0 | 0.00029748800 | |
| 5811399 | 6 years ago | | | 0 | 0.000046281000 | |
| 5810933 | 6 years ago | | | 0 | 0.000046281000 | |
| 5810036 | 6 years ago | | | 0 | 0.00013492700 |
ABI
ABI objects
Getter at block 21096679
auctionManager() view returns (address)
0x37512eec5e3ee7843a1ab59ef99fb52589037774
ceoAddress() view returns (address)
0x4c5a62c0299c765f00c924c171db82a7a99a74af
cfoAddress() view returns (address)
0x4c5a62c0299c765f00c924c171db82a7a99a74af
cooAddress() view returns (address)
0x4c5a62c0299c765f00c924c171db82a7a99a74af
geneScience() view returns (address)
0x5455add5a96c826cb9702e26004592bc3237c3d0
genesMarket() view returns (address)
0x5d7517c2dce1b9e358dda98bee2cf11a866ec9a2
getAuctionManagerAddress() view returns (address)
0x37512eec5e3ee7843a1ab59ef99fb52589037774
getBalance() view returns (uint256 balance)
0
getGeneScienceAddress() view returns (address)
0x5455add5a96c826cb9702e26004592bc3237c3d0
getGenesMarketAddress() view returns (address)
0x5d7517c2dce1b9e358dda98bee2cf11a866ec9a2
getMarketManagerAddress() view returns (address)
0xdec55815e13f8144d284aba60696a7d03d603209
implementsERC721() pure returns (bool)
true
marketManager() view returns (address)
0xdec55815e13f8144d284aba60696a7d03d603209
metadataContract() view returns (address)
0xb07dcecf2c05fd649513da407324aa0300cc4f39
name() view returns (string)
REPOP WORLD
paused() view returns (bool)
false
refresherFee() view returns (uint256)
10000000000000000
symbol() view returns (string)
POP
totalSupply() view returns (uint256 total)
91
Read-only
balanceOf(address _owner) view returns (uint256 balance)
cooldowns(uint256) view returns (uint32)
genesToTokenId(uint256) view returns (uint256)
getOwnerInAnyPlatformById(uint256 popId) view returns (address)
getPop(uint256 _popId) view returns (bool isReady, uint256 genes, uint64 birthTime, uint64 cooldownEndTimestamp, uint32 aParentId, uint32 bParentId, bytes32 popName, uint16 cooldownIndex, uint16 generation)
ownerOf(uint256 _tokenId) view returns (address owner)
ownershipTokenCount(address) view returns (uint256)
payments(address) view returns (uint256)
popIndexToApproved(uint256) view returns (address)
popIndexToOwner(uint256) view returns (address)
pops(uint256) view returns (uint256 genes, uint64 birthTime, uint64 cooldownEndTimestamp, uint32 aParentId, uint32 bParentId, bytes32 popName, uint16 cooldownIndex, uint16 generation)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenMetadata(uint256 _tokenId) view returns (string infoUrl)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
changeRefresherFee(uint256 _newFee)
cloneWithPopAndBottle(uint256 _aParentId, uint256 _bParentId_bottle) returns (uint256)
cloneWithTwoPops(uint256 _aParentId, uint256 _bParentId) returns (uint256)
createNewAuction(uint256 _itemForAuctionID, uint256 _auctionDurationSeconds)
createNewPop(uint256 genes, string popName)
pause()
removeCooldown(uint256 popId) payable
sellGenes(uint256 _popId, uint256 _price)
sellPop(uint256 _popId, uint256 _price)
setAuctionManagerAddress(address _address)
setCEO(address _newCEO)
setCFO(address _newCFO)
setCOO(address _newCOO)
setDNA(uint256 popId, uint256 newDna)
setGeneScienceAddress(address _address)
setGenesMarketAddress(address _address)
setMarketManagerAddress(address _address)
setMetadataContractAddress(address contractAddress)
setPopName(uint256 popId, string newName)
setPopNameOriginal(uint256 popId, string newName)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
unpause()
withdraw(uint256 amount)
withdrawPayments()
Approval(address indexed owner, address indexed approved, uint256 tokenId)
Birth(address owner, uint256 popId, uint256 aParentId, uint256 bParentId, uint256 genes)
ChangedPopName(address owner, uint256 popId, bytes32 newName)
CloneWithPopAndBottle(address creator, uint256 cloneId, uint256 popId, uint256 bottleId)
CloneWithTwoPops(address creator, uint256 cloneId, uint256 aParentId, uint256 bParentId)
CooldownRemoval(uint256 popId, address owner, uint256 paidFee)
SellingGenes(address seller, uint256 popId, uint256 price)
SellingPop(address seller, uint256 popId, uint256 price)
Transfer(address from, address to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.