DigiRENGA
Verified contract
Active on
Ethereum with 1,639 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 "DigiRENGA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17547552 | a year ago | | | 0 | 0.00043073870 | |
| 17547552 | a year ago | | | 0 | 0.00074963821 | |
| 17355091 | 2 years ago | | | 0 | 0.0011467173 | |
| 16994135 | 2 years ago | | | 0 | 0.0010408364 | |
| 16643319 | 2 years ago | | | 0 | 0.0018658869 | |
| 16640763 | 2 years ago | | | 0 | 0.0011729785 | |
| 16587415 | 2 years ago | | | 0 | 0.0011900302 | |
| 16047243 | 2 years ago | | | 0 | 0.00053173123 | |
| 15809770 | 2 years ago | | | 0 | 0.00058520222 | |
| 15801314 | 2 years ago | | | 0 | 0.00079787226 |
ABI
ABI objects
Getter at block 21299640
Max_Free_Per_Wallet() view returns (uint256)
1
Max_Per_TX() view returns (uint256)
10
Max_Supply() view returns (uint256)
3333
Num_Free_Mints() view returns (uint256)
888
Price() view returns (uint256)
1000000000000000
baseTokenURI() view returns (string)
ipfs://bafybeic3n6t3vsiqudxgluukkse37pz5umd2o6gt5lkmzb436gmnv7bnv4/
isMintActive() view returns (bool)
true
name() view returns (string)
DigiRENGA
owner() view returns (address)
0xe20f992ded7ec72e4b7bc6fe627eeb75185d95ca
symbol() view returns (string)
DR
totalSupply() view returns (uint256)
3333
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
mintTo(uint256 numberOfTokens, address _receiver)
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)
setFreeLimitPerWallet(uint256 _limit)
setIsMintActive(bool _isMintActive)
setMaxLimitPerTransaction(uint256 _limit)
setMaxSupply(uint256 _Max_Supply)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _Price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()