DigitalaxGenesis
Verified contract
Active on
Ethereum with 1,822 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x10c0…83de
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DXG | ERC-721 | 1 | -- | -- | |
DXG | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20099503 | 6 months ago | | | 0 | 0.0016286368 | |
| 19814994 | 7 months ago | | | 0 | 0.00011036892 | |
| 19687667 | 7 months ago | | | 0 | 0.00091354253 | |
| 19477518 | 8 months ago | | | 0 | 0.00092003955 | |
| 19272683 | 9 months ago | | | 0 | 0.0016200269 | |
| 18998838 | a year ago | | | 0 | 0.00089671928 | |
| 18998805 | a year ago | | | 0 | 0.00085626803 | |
| 18948480 | a year ago | | | 0 | 0.00050614670 | |
| 18948363 | a year ago | | | 0 | 0.00040387569 | |
| 18828561 | a year ago | | | 0 | 0.0015137866 |
ABI
ABI objects
Getter at block 21313100
accessControls() view returns (address)
0x000000000000000000000000000000000000dead
fundsMultisig() view returns (address)
0x10c0b0da2a682c12bd36516a95cb8474c02d83de
genesisEndTimestamp() view returns (uint256)
1605913200
genesisEndTimestampLocked() view returns (bool)
false
genesisStartTimestamp() view returns (uint256)
1604358000
maxGenesisContributionTokens() view returns (uint256)
460
maximumContributionAmount() view returns (uint256)
2000000000000000000
minimumContributionAmount() view returns (uint256)
100000000000000000
name() view returns (string)
DigitalaxGenesis
remainingGenesisTokens() view returns (uint256)
0
symbol() view returns (string)
DXG
tokenURI_() view returns (string)
https://gateway.pinata.cloud/ipfs/QmRjiYPGEm3GkWYW6Mpp3ZGHvYA6odo8pHbPNvtTjLfYF4
totalAdminMints() view returns (uint256)
45
totalContributions() view returns (uint256)
315857409999999999670
totalSupply() view returns (uint256)
505
Read-only
balanceOf(address owner) view returns (uint256)
contribution(address) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminBuy(address _beneficiary)
approve(address to, uint256 tokenId)
buy() payable
buyOrIncreaseContribution() payable
increaseContribution() payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
updateAccessControls(address _accessControls)
updateGenesisEnd(uint256 _end)
AccessControlsUpdated(address indexed newAdress)
AdminGenesisMinted(address indexed beneficiary, address indexed admin, uint256 indexed tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ContributionIncreased(address indexed buyer, uint256 contribution)
DigitalaxGenesisNFTContractDeployed()
GenesisEndUpdated(uint256 genesisEndTimestamp, address indexed admin)
GenesisPurchased(address indexed buyer, uint256 indexed tokenId, uint256 contribution)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _accessControls, address _fundsMultisig, uint256 _genesisStartTimestamp, uint256 _genesisEndTimestamp, string _tokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.