Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GirlOps"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16747583 | 2 years ago | | | 0 | 0.0011274190 | |
| 16280931 | 2 years ago | | | 0 | 0.00071486513 | |
| 15831917 | 2 years ago | | | 0 | 0.00087607933 | |
| 15655669 | 2 years ago | | | 0 | 0.00039954229 | |
| 15596838 | 2 years ago | | | 0 | 0.00049950785 | |
| 15417795 | 2 years ago | | | 0 | 0.00061985712 | |
| 15152238 | 2 years ago | | | 0 | 0.00055192295 | |
| 15152215 | 2 years ago | | | 0 | 0.00085227560 | |
| 15082023 | 2 years ago | | | 0 | 0.00027779103 | |
| 14748899 | 3 years ago | | | 0 | 0.0020663715 |
ABI
ABI objects
Getter at block 21257597
GIRLBUFFERSIZE() view returns (uint8)
50
name() view returns (string)
Cryptogirl
owner() view returns (address)
0x60e08885aaa460249a187cd44d69067abbcec320
paused() view returns (bool)
false
symbol() view returns (string)
CG
totalSupply() view returns (uint256)
2011
Read-only
balanceOf(address _owner) view returns (uint256)
checkContract(bytes32 _contractId) view returns (address sender, address receiver, uint256 amount, bytes32 hashlock, uint256 timelock, bytes32 secret, bytes extraData)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getGirlBirthTime(uint256 _index) view returns (uint64)
getGirlCoolDownEndTime(uint256 _index) view returns (uint64)
getGirlGene(uint256 _index) view returns (uint256)
getGirlStarLevel(uint256 _index) view returns (uint16)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isNotCoolDown(uint256 _girlId) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
trustedContractList(address) view returns (bool)
State-modifying
Events addTrustedContract(address _contractAddress) returns (bool)
addTrustedContracts(address[] _contractAddress)
approve(address _to, uint256 _tokenId)
burnGirl(address _owner, uint256 _tokenId)
close(bytes32 _contractId, bytes32 _secret) returns (bool)
createGirl(uint256 _genes, address _owner, uint16 _starLevel) returns (uint256)
createPromotionGirl(uint256[] _genes, address _owner, uint16 _starLevel)
levelUp(uint256 _tokenId)
open(address _receiver, bytes32 _hashlock, uint256 _duration, uint256 _tokenId) returns (bytes32 contractId)
pause()
refund(bytes32 _contractId) returns (bool)
removeTrustedContract(address _contractAddress)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
safeTransferFromWithData(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setCoolDownTime(uint256 _tokenId, uint256 _coolDownTime)
transferBatch(address _from, address _to, uint256[] _tokenIds)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
unpause()
AddTrustedContract(address contractAddress)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
CoolDown(uint256 tokenId, uint64 cooldownEndTime)
CreateGirl(address owner, uint256 tokenID, uint256 genes, uint64 birthTime, uint64 cooldownEndTime, uint16 starLevel)
GirlUpgrade(uint256 tokenId, uint64 starLevel)
NewHashLockContract(bytes32 indexed contractId, address indexed sender, address indexed receiver, uint256 tokenId, bytes32 hashlock, uint256 timelock, bytes extraData)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RemoveTrustedContract(address contractAddress)
SwapClosed(bytes32 indexed contractId)
SwapRefunded(bytes32 indexed contractId)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.