COOLDOGS
Verified contract
Active on
Ethereum with 12,731 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 "COOLDOGS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21279794 | 3 days ago | | | 0 | 0.00088887357 | |
| 21241753 | 8 days ago | | | 0 | 0.00020807241 | |
| 21206962 | 13 days ago | | | 0 | 0.00041891860 | |
| 21151498 | 21 days ago | | | 0 | 0.00069797668 | |
| 20979996 | a month ago | | | 0 | 0.00031019032 | |
| 20952173 | 2 months ago | | | 0 | 0.00025707595 | |
| 20900846 | 2 months ago | | | 0 | 0.00011167800 | |
| 20812706 | 2 months ago | | | 0 | 0.00091597620 | |
| 20751416 | 3 months ago | | | 0 | 0.00011334554 | |
| 20739146 | 3 months ago | | | 0 | 0.000074339780 |
ABI
ABI objects
Getter at block 21302539
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
_preSaleAddrs() view returns (string)
_startSale() view returns (bool)
true
contractPaused() view returns (bool)
false
name() view returns (string)
COOLDOGS
royalty() view returns (address)
0xff156f43db92180d035093fc1775fe678bbbc659
symbol() view returns (string)
COOLDOGS
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
ethBalance(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokensByOwner(address _owner) view returns (uint256[])
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
nftForSale(uint256) view returns (uint256 nft_uid, address owner, address bidder, uint256 minValue, uint256 highestBid)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensPerOwner(address, uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
buyNFT(uint256 quantity) payable returns (bool, uint256)
changeRoyaltyAddr(address _newRoyaltyAddr) returns (bool)
deposit() payable
devMint(uint256 count, address recipient)
grantRole(bytes32 role, address account)
pauseContract(bool _paused)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI) returns (bool)
startSale()
toAcceptBid(uint256 tokenId) returns (bool)
toCancelSaleOfNFT(uint256 tokenId) returns (bool)
toMakeBid(uint256 tokenId) payable returns (bool)
toSellNFT(uint256 tokenId, uint256 minPrice) returns (bool)
transferFrom(address from, address to, uint256 tokenId)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CancelSellNft(address indexed owner, uint256 indexed tokenId)
Deposit(address indexed account, uint256 indexed amount)
Mint(uint256 indexed index, address indexed minter)
NewBid(address indexed bidder, uint256 indexed amount, uint256 indexed tokenId)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SaleIsStarted()
SellNft(address indexed owner, uint256 indexed tokenId, uint256 indexed minPrice)
Trade(address indexed seller, address indexed buyer, uint256 indexed tokenId, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(address indexed account, uint256 indexed amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.