NinjaDao3rdAnniversary
Verified contract
Active on
Ethereum with 242 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($85.48)
Native
Value
$85.48
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.024 | $3,561.68 |
$85.48 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20985475 | a month ago | | | 0.024 | 0.0015188293 | |
| 20897228 | 2 months ago | | | 0 | 0.00030691681 | |
| 20841342 | 2 months ago | | | 0 | 0.00062820282 | |
| 20841335 | 2 months ago | | | 0 | 0.00055503388 | |
| 20793626 | 2 months ago | | | 0.012 | 0.00081535449 | |
| 20790942 | 2 months ago | | | 0.012 | 0.00080317227 | |
| 20770731 | 2 months ago | | | 0 | 0.00025451137 | |
| 20770692 | 2 months ago | | | 0 | 0.00028444675 | |
| 20770648 | 2 months ago | | | 0 | 0.00034792172 | |
| 20770291 | 2 months ago | | | 0 | 0.00017331801 |
ABI
ABI objects
Getter at block 21289965
ADMIN() view returns (bytes32)
0x41444d494e000000000000000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://storage.googleapis.com/ninja-dao/3rd-anniversary/metadata/
fromTokenId() view returns (uint256)
1
gachaMintCost() view returns (uint256)
1000000000000000
gachaTotalMinted() view returns (uint256)
383
groupNftId() view returns (uint256)
40
groupNftMaxSupply() view returns (uint256)
200
groupNftMintCost() view returns (uint256)
12000000000000000
groupNftTotalSupply() view returns (uint256)
93
name() view returns (string)
NinjaDao3rdAnniversary
owner() view returns (address)
0x630f461cf7aab18c5b7a7e16083b49a1ea93a10b
packMaxSupply() view returns (uint256)
10
packMintCost() view returns (uint256)
39000000000000000
packTotalSupply() view returns (uint256)
10
paused() view returns (bool)
false
symbol() view returns (string)
NINDAO3RD
toTokenId() view returns (uint256)
39
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
gachaTokenIds(uint256) view returns (uint256)
gachaTokenSupply(uint256) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
withdrawSettings(uint256) view returns (address receiver, uint256 ratio)
State-modifying
Events airdrop(uint256[] _tokenIds, address[] _addresses, uint256[] _amounts)
grantRole(bytes32 role, address account)
mintGacha(address _receiver, uint256 _amount) payable
mintGroupNft(address _receiver, uint256 _amount) payable
mintPack(address _receiver, uint256 _amount) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setGachaMintCost(uint256 _value)
setGachaTokenIds(uint256[] tokenIds, uint256[] amounts)
setGroupNftId(uint256 _value)
setGroupNftMaxSupply(uint256 _value)
setGroupNftMintCost(uint256 _value)
setMetadataBase(string _baseURI, string _baseExtension)
setPackMaxSupply(uint256 _value)
setPackMintCost(uint256 _value)
setPackTokenIds(uint256 _fromTokenId, uint256 _toTokenId)
setWithdrawSettings(struct NinjaDao3rdAnniversaryWithdrawSetting[] _value)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.