DCB World x BRITTO
Verified contract
Active on
Ethereum with 1,175 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x89c1…2ca8
5 additional
variables
Balances ($0.00)
No balances found for "DCB World x BRITTO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275801 | 16 days ago | | | 0 | 0.00034821665 | |
| 21270501 | 17 days ago | | | 0 | 0.00039754033 | |
| 21262551 | 18 days ago | | | 0 | 0.00051757885 | |
| 21096278 | a month ago | | | 0 | 0.00051541187 | |
| 21081818 | a month ago | | | 0 | 0.00033451307 | |
| 20949948 | 2 months ago | | | 0 | 0.00061678828 | |
| 20937323 | 2 months ago | | | 0 | 0.00054943720 | |
| 20381838 | 5 months ago | | | 0 | 0.00036598730 | |
| 20221939 | 5 months ago | | | 0 | 0.00019043364 | |
| 19910165 | 7 months ago | | | 0 | 0.00010920728 |
ABI
ABI objects
Getter at block 21393572
_drawsToDate() view returns (uint32)
78
_grandPrizePool() view returns (uint256)
0
_mintPrice() view returns (uint256)
10000000000000000000
_reserves() view returns (uint256)
0
locked() view returns (bool)
false
name() view returns (string)
DCB World x BRITTO
owner() view returns (address)
0x19eef3a670f9547ada9c4c6b00b6388eb6ed57fe
paused() view returns (bool)
false
symbol() view returns (string)
DCBW
totalSupply() view returns (uint256)
872
Read-only
balanceOf(address owner) view returns (uint256)
draws(uint256) view returns (uint64 drawId, uint64 start_time, uint64 winningEdition, uint64 isGrandPrize, address winner, uint96 prizePoolWon, uint8 state, bytes32 randomNumberRequestId)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isTokenMinted(uint256 _tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royalties(uint256) view returns (address account, uint96 shares)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, 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)
validateTokenId(uint256 _tokenId) view returns (bool)
State-modifying
Events adminMint(address to, uint256 _tokenId)
approve(address to, uint256 tokenId)
changeBaseURI(string newBaseURI)
changeMintBeneficiary(address beneficiary)
changeMintCost(uint256 mintCost)
changeMinter(address minter)
changeReserveRate(uint256 reservesRate)
changeRoyaltiesBeneficiary(address beneficiary, uint32 shares)
drawNumber() returns (bool)
drawNumberGrandPrize() payable returns (bool)
feed(uint256 intoReserves, uint256 intoGrandPrize) payable
lockMetadata()
mint(address to, uint256 _tokenId) payable
numberDrawn(bytes32 _requestId, uint256 _randomness)
pause()
renounceOwnership()
resetDrawState()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAlarmAccount(address account)
setApprovalForAll(address operator, bool approved)
setVRFAccount(address account)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateAddressesAndTransferOwnership(address mintingBeneficiary, address alarmContract, address rngContract, address minter, address _owner)
AdminMinted(address indexed to, uint256 indexed tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DrawFinished(address winner, uint256 winningEdition)
DrawInitiated(bytes32 requestId)
Minted(address indexed to, uint256 indexed tokenId)
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 name, string symbol, string baseTokenURI, address mbeneficiary, address rbeneficiary, address alarmContract, address rngContract)
fallback()
receive()
This contract contains no error objects.