TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,468 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
25 additional
variables
Balances ($949.10)
Native
Value
$949.1
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.26 | $3,650.37 |
$949.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17920664 | a year ago | | | 0 | 0.0052861674 | |
| 17879499 | a year ago | | | 0 | 0.0027439469 | |
| 17868921 | a year ago | | | 0 | 0.0024004187 | |
| 17859357 | a year ago | | | 0 | 0.0018992325 | |
| 17843967 | a year ago | | | 0 | 0.0025664194 | |
| 17834473 | a year ago | | | 0 | 0.0031463993 | |
| 17834339 | a year ago | | | 0 | 0.00096295170 | |
| 17834200 | a year ago | | | 0 | 0.00096623245 | |
| 17834119 | a year ago | | | 0 | 0.00073503635 | |
| 17804693 | a year ago | | | 0 | 0.00093444426 |
ABI
ABI objects
Getter at block 21300031
atlanteans() view returns (address)
0x47691834cbb96ce5fbcd1c82f3804fba63460370
claimsEndTime() view returns (uint256)
1692118800
claimsEnded() view returns (bool)
true
claimsStartTime() view returns (uint256)
1679677200
claimsStarted() view returns (bool)
true
currentDaPrice() view returns (uint256)
10000000000000000
daDropInterval() view returns (uint256)
3600
daPriceCurveLength() view returns (uint256)
86400
daStartTime() view returns (uint256)
1679590800
daStarted() view returns (bool)
true
dropPerStep() view returns (uint256)
2700000000000000
lastPrice() view returns (uint256)
10000000000000000
lowestPrice() view returns (uint256)
10000000000000000
maxDaSupply() view returns (uint256)
2540
maxForClaim() view returns (uint256)
1442
maxForSale() view returns (uint256)
4539
maxMintlistSupply() view returns (uint256)
1999
maxTreasurySupply() view returns (uint256)
469
mintlist1MerkleRoot() view returns (bytes32)
0x6fd6ac4cf61c6c120bc0426ed2b8e965eb6296e5880eadfbfc42a356055c6de8
mintlist2MerkleRoot() view returns (bytes32)
0x0e3cd186c43ac77735a018591000f756eb2c8d7ee8f67f453bf28db00d082e30
mintlistPrice() view returns (uint256)
0
mintlistRemainingSupply() view returns (uint256)
0
mintlistStartTime() view returns (uint256)
1679504400
mintlistStarted() view returns (bool)
true
numClaimed() view returns (uint256)
414
numDaMinters() view returns (uint256)
9
numMintlistSold() view returns (uint256)
1999
numSold() view returns (uint256)
2522
numTreasuryMinted() view returns (uint256)
0
owner() view returns (address)
0xafe2163299b9010379dcc15a067fcd7a9ccd6a17
paused() view returns (bool)
false
publicEndTime() view returns (uint256)
1680307200
publicEnded() view returns (bool)
true
publicStartTime() view returns (uint256)
1679677200
publicStarted() view returns (bool)
true
remainingForSale() view returns (uint256)
2017
selfRefundsStartTime() view returns (uint256)
1679808611
selfRefundsStarted() view returns (bool)
true
server() view returns (address)
0xfbece3757da012a12037ae6243dd5328b8ee1fff
startPrice() view returns (uint256)
50000000000000000
treasury() view returns (address)
0xb47d2de67f68f17ca9ee2d84394880b652b96abb
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
daAmountPaid(address) view returns (uint256)
daAmountRefunded(address) view returns (uint256)
daMinters(uint256) view returns (address)
daNumMinted(address) view returns (uint256)
faRegistered(address) view returns (bool)
faToRemainingClaim(address) view returns (uint256)
mintlistMinted(address) view returns (uint256)
refundOwed(address minter) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
bidSummon(uint256 numAtlanteans) payable
bidSummon(uint256 numAtlanteans, uint256 amount) payable
claimSummon(bytes signature, uint256 scrollsAmount, uint256 numAtlanteans)
daConfig(uint256 _startPrice, uint256 _lowestAmount, uint256 size)
initialize(struct AtlanteansSaleInitializerArgs _initializerArgs)
issueRefunds(uint256 startIdx, uint256 endIdx)
mintlistSummon(bytes32[] _merkleProof, uint256 numAtlanteans) payable
mintlistSummon(bytes32[] _merkleProof, uint256 numAtlanteans, uint256 amount) payable
pause()
publicSummon(uint256 numAtlanteans) payable
publicSummon(uint256 numAtlanteans, uint256 amount) payable
refundAddress(address minter)
renounceOwnership()
selfRefund()
setAtlanteans(address _atlanteans)
setClaimsStartTime(uint256 _newTime)
setDaStartTime(uint256 _newTime)
setMintlist1MerkleRoot(bytes32 newMerkleRoot)
setMintlist2MerkleRoot(bytes32 newMerkleRoot)
setMintlistStartTime(uint256 _newTime)
setPhaseTimes(uint256 newDaStartTime, uint256 newMintlistStartTime, uint256 newPublicStartTime, uint256 newPublicEndTime, uint256 newClaimsStartTime, uint256 newClaimsEndTime)
setServer(address _server)
setTreasury(address _treasury)
setWeth(address _weth)
teamSummon(address recipient, uint256 numAtlanteans)
transferOwnership(address newOwner)
unpause()
updateMintPrice(uint256 newPrice)
withdrawAll() returns (bool, bool)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AtlanteanMint(address indexed to, uint256 indexed quantity)
BidSummon(address indexed minter, uint256 indexed numAtlanteans)
ClaimSummon(address indexed minter, uint256 indexed numAtlanteans)
Initialized(uint8 version)
MintlistSummon(address indexed minter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PublicSummon(address indexed minter, uint256 indexed numAtlanteans)
SetAtlanteans(address indexed oldAtlanteans, address indexed newAtlanteans)
SetClaimsStartTime(uint256 indexed oldStartTime, uint256 indexed newStartTime)
SetDaStartTime(uint256 indexed oldStartTime, uint256 indexed newStartTime)
SetMintlist1MerkleRoot(bytes32 indexed oldMerkleRoot, bytes32 indexed newMerkleRoot)
SetMintlist2MerkleRoot(bytes32 indexed oldMerkleRoot, bytes32 indexed newMerkleRoot)
SetMintlistStartTime(uint256 indexed oldStartTime, uint256 indexed newStartTime)
SetPhaseTimes(uint256 indexed newDaStartTime, uint256 indexed newMintlistStartTime, uint256 indexed newClaimsStartTime)
SetServer(address indexed oldServer, address indexed newServer)
SetTreasury(address indexed oldTreasury, address indexed newTreasury)
SetWeth(address indexed oldWeth, address indexed newWeth)
TeamSummon(address indexed recipient, uint256 indexed numAtlanteans)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
receive()
This contract contains no error objects.