Doge Battle
Verified contract
Active on
Ethereum with 3,206 txns
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 "Doge Battle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20857882 | 2 months ago | | | 0 | 0.00037871940 | |
| 20857547 | 2 months ago | | | 0 | 0.00041789438 | |
| 20850641 | 2 months ago | | | 0 | 0.00033256777 | |
| 20753360 | 2 months ago | | | 0 | 0.000050217810 | |
| 20413156 | 4 months ago | | | 0 | 0.00028246822 | |
| 20413094 | 4 months ago | | | 0 | 0.00062553898 | |
| 19256231 | 9 months ago | | | 0 | 0.0010848311 | |
| 18979814 | 10 months ago | | | 0 | 0.0032195932 | |
| 18896025 | a year ago | | | 0 | 0.00066173110 | |
| 18632773 | a year ago | | | 0 | 0.00056148278 |
ABI
ABI objects
Getter at block 21200494
MAX_ITEMS() view returns (uint256)
6969
MAX_MINT() view returns (uint256)
20
MAX_MINT_PRESALE() view returns (uint256)
20
MAX_PRESALE_ITEMS() view returns (uint256)
690
MAX_RESERVE() view returns (uint256)
100
PRICE() view returns (uint256)
0
PROVENANCE_HASH() view returns (string)
RENAME_PRICE() view returns (uint256)
10000000000000000
REVEAL_TIMESTAMP() view returns (uint256)
1632404722
baseTokenURI() view returns (string)
https://api.dogebattle.io/assets/
creatorAddress() view returns (address)
0x3887c2367e38978d642080b24cfd9bc2d68db6b1
devAddress() view returns (address)
0xfac70b677ccbcce64c79f6807333534d54253126
name() view returns (string)
Doge Battle
owner() view returns (address)
0xfac70b677ccbcce64c79f6807333534d54253126
paused() view returns (bool)
false
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
13282430
symbol() view returns (string)
DogeBattle
totalMint() view returns (uint256)
6969
totalSupply() view returns (uint256)
6969
treasuryAddress() view returns (address)
0x2c8f9020dc8e4bf80cbd536cf5cc5586a445bf20
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeAttribute(uint256 tokenId, string key, string value) payable
emergencySetStartingIndexBlock()
mint(address _to, uint256 _count) payable
mintReserve(uint256 _count, address _to)
pause(bool val)
presaleMint(address _to, uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMintPrice(uint256 _price)
setProvenanceHash(string _provenanceHash)
setStartingIndex()
startPresale()
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AttributeChanged(uint256 indexed _tokenId, string _key, string _value)
CreateDoge(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.