BloodWars
Verified contract
Active on
Ethereum with 595 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "BloodWars"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16710429 | 2 years ago | | | 0 | 0.00080712776 | |
| 16704311 | 2 years ago | | | 0 | 0.0011240438 | |
| 16704221 | 2 years ago | | | 0 | 0.00099457545 | |
| 15930606 | 2 years ago | | | 0 | 0.00061938132 | |
| 15890727 | 2 years ago | | | 0 | 0.0012383860 | |
| 15874473 | 2 years ago | | | 0 | 0.00049804247 | |
| 15863046 | 2 years ago | | | 0 | 0.00036167830 | |
| 15859957 | 2 years ago | | | 0 | 0.00035162798 | |
| 15856595 | 2 years ago | | | 0 | 0.00049591282 | |
| 15839579 | 2 years ago | | | 0 | 0.00067384501 |
ABI
ABI objects
Getter at block 21214053
baseURI() view returns (string)
https://www.bloodwars.io/api/temp/
contractURI() view returns (string)
currentSupply() view returns (uint256)
2816
defaultURI() view returns (string)
https://www.bloodwars.io/api/temp/
finalizeBaseUri() view returns (bool)
false
maxCollectionSupply() view returns (uint256)
8888
mycontractURI() view returns (string)
name() view returns (string)
BloodWars
owner() view returns (address)
0x1c96962ce7572c7c54a56d3c28df68c9e6aed877
paused() view returns (bool)
true
presaleMintMax() view returns (uint256)
10
presalePrice() view returns (uint256)
0
presaleSupply() view returns (uint256)
8488
royaltyAddr() view returns (address)
0xc8403eb0ffefdb129b1c3b18e9268e58e26d9f61
royaltyBasis() view returns (uint256)
1000
saleMintMax() view returns (uint256)
10
salePrice() view returns (uint256)
20000000000000000
stage() view returns (uint8)
2
symbol() view returns (string)
BW
totalSaleSupply() view returns (uint256)
8488
totalSupply() view returns (uint256)
2816
Read-only
balanceOf(address owner) view returns (uint256)
fundRecipients(uint256) view returns (address)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _addr, bytes signature) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleMintCount(address) view returns (uint8)
receivePercentagePt(uint256) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
saleMintCount(address) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner, uint256 startId, uint256 endId) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
finalizeBaseURI()
mintPublic(uint8 _mintAmount) payable
mintWhitelist(uint8 _mintAmount, bytes signature) payable
nextStage()
pause(bool _state)
renounceOwnership()
reserveMint(uint256 _mintAmount, address _to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _contractURI)
setPresaleMintMax(uint256 _presaleMintMax)
setPresalePrice(uint256 _presalePrice)
setRoyalty(address _royaltyAddr, uint256 _royaltyBasis)
setSaleMintMax(uint256 _saleMintMax)
setSalePrice(uint256 _salePrice)
setwhitelistSigner(address _whitelistSigner)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFund()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
stageChanged(uint8 stage)
constructor(string _name, string _symbol, string _initBaseURI, string _defaultURI, address _whitelistSigner)
This contract contains no fallback and receive objects.
This contract contains no error objects.