Yolo Dice
Verified contract
Active on
Ethereum with 2,397 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 "Yolo Dice"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20733081 | 2 months ago | | | 0 | 0.00016130126 | |
| 20672723 | 2 months ago | | | 0 | 0.00015198761 | |
| 20202340 | 4 months ago | | | 0 | 0.000072554420 | |
| 19550860 | 7 months ago | | | 0 | 0.00043529788 | |
| 19550858 | 7 months ago | | | 0 | 0.00049450969 | |
| 19550856 | 7 months ago | | | 0 | 0.00039865738 | |
| 19550856 | 7 months ago | | | 0 | 0.00039846458 | |
| 19144660 | 9 months ago | | | 0 | 0.00090395684 | |
| 18909288 | 10 months ago | | | 0 | 0.00048462347 | |
| 18904141 | 10 months ago | | | 0 | 0.00073037249 |
ABI
ABI objects
Getter at block 21170724
AIRDROP_QUANTITY() view returns (uint256)
360
MAX_MINT_AMOUNT() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
3636
PRESALE_PRICE() view returns (uint256)
50000000000000000
PRE_SALE_QUANTITY() view returns (uint256)
852
SALE_PRICE() view returns (uint256)
72000000000000000
baseURI() view returns (string)
https://api.yolodice.xyz/dice/
generalSaleTimestamp() view returns (uint256)
1632441000
name() view returns (string)
Yolo Dice
owner() view returns (address)
0xeedf20c72d73018bea41d1e63cdb2a1053cf0fc4
paused() view returns (bool)
false
presaleTimestamp() view returns (uint256)
1632436200
symbol() view returns (string)
DICE
totalSupply() view returns (uint256)
3636
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isRegisteredForPresale(address wallet) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
mintAirdrop(uint256 amount)
mintPresale(uint256 amount) payable
pause()
registerPresaleWallets(address[] wallets)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setGeneralSaleTimestamp(uint256 _generalSaleTimestamp)
setPresaleTimestamp(uint256 _presaleTimestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 _presaleTimestamp, uint256 _generalSaleTimestamp)
This contract contains no fallback and receive objects.
This contract contains no error objects.