CitadelPrivateSale
Verified contract
Active on
Base with 210 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FORT | ERC-20 | 37.5 | -- | -- | |
esFORT | ERC-20 | 12.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7230956 | a year ago | | | 0 | 0.000000000475387952 | |
| 7085905 | a year ago | | | 0 | 4.7212000e-7 | |
| 7068148 | a year ago | | | 0 | 0.000000000746988264 | |
| 6989809 | a year ago | | | 0 | 0.000000000917990128 | |
| 6930615 | a year ago | | | 0 | 1.8884800e-7 | |
| 6925615 | a year ago | | | 0 | 0.000000091598645072 | |
| 6921661 | a year ago | | | 0 | 0.000000094424000000 | |
| 6914635 | a year ago | | | 0 | 0.000000083599799184 | |
| 6911804 | a year ago | | | 0 | 0.000000091598739496 | |
| 6907589 | a year ago | | | 0 | 0.000000008361811744 |
ABI
ABI objects
Getter at block 22933383
claimDate() view returns (uint256)
1700568000
esFort() view returns (address)
0xb1bd114648ac22d21d7f2bff63d629c1bb666d09
esFortToSell() view returns (uint256)
750000000000000000000000
fort() view returns (address)
0x7233062d88133b5402d39d62bfa23a1b6c8d0898
fortToSell() view returns (uint256)
2250000000000000000000000
maxInvestment() view returns (uint256)
3000000000000000000
owner() view returns (address)
0x9c81b07505887158eaa0b4928765edb6f2664c3a
saleEnd() view returns (uint256)
1700136000
saleStart() view returns (uint256)
1700056800
saleTarget() view returns (uint256)
60000000000000000000
totalCommitments() view returns (uint256)
60000000000000000000
Read-only
calculateEsFortAmount(uint256 investment) view returns (uint256)
calculateFortAmount(uint256 investment) view returns (uint256)
investments(address) view returns (uint256)
whitelisted(address) view returns (bool)
State-modifying
Events claimTokens()
invest() payable
loadTokens()
recoverTokens(address to, uint256 amountFort, uint256 amountEsFort)
renounceOwnership()
setClaimDate(uint256 newClaimDate)
transferOwnership(address newOwner)
whitelistAddress(address _address)
whitelistAddresses(address[] _addresses)
withdrawFunds()
Claimed(address investor, uint256 amountFort, uint256 amountEsFort)
Invested(address investor, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _fort, address _esFort, uint256 _fortToSell, uint256 _esFortToSell, uint256 _saleStart, uint256 _saleEnd, uint256 _claimDate)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()