CityAgency
Verified contract
Active on
Ethereum with 1,052 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf27d…2100
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CT | ERC-20 | 236.93094M | -- | -- | |
CLP | ERC-20 | 5.856543K | -- | -- | |
CLP | ERC-20 | 529.156805 | -- | -- | |
CLP | ERC-20 | 508.200922 | -- | -- | |
CLP | ERC-20 | 485.500226 | -- | -- | |
CLP | ERC-20 | 461.72642 | -- | -- | |
CLP | ERC-20 | 432.129653 | -- | -- | |
CLP | ERC-20 | 417.491343 | -- | -- | |
CLP | ERC-20 | 358.53454 | -- | -- | |
CLP | ERC-20 | 323.101523 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16413604 | 2 years ago | | | 0 | 0.0023472299 | |
| 16413603 | 2 years ago | | | 0 | 0.0023472299 | |
| 16413603 | 2 years ago | | | 0 | 0.0024316958 | |
| 16413602 | 2 years ago | | | 0 | 0.0024298937 | |
| 16413601 | 2 years ago | | | 0 | 0.0024203885 | |
| 16413600 | 2 years ago | | | 0 | 0.0024251023 | |
| 16413600 | 2 years ago | | | 0 | 0.0024623742 | |
| 16413598 | 2 years ago | | | 0 | 0.0024623742 | |
| 16413597 | 2 years ago | | | 0 | 0.0025263382 | |
| 16413596 | 2 years ago | | | 0 | 0.0026230889 |
ABI
ABI objects
Getter at block 21306168
BONUS_MULTIPLIER_1WEEK() view returns (uint256)
4
BONUS_MULTIPLIER_2WEEK() view returns (uint256)
2
HALVING_MULTIPLIER_1() view returns (uint256)
4
HALVING_MULTIPLIER_2() view returns (uint256)
2
city() view returns (address)
0xf27dc1f57f8c8f57ab7dbbb25ce1747fcb542100
cityPerBlock() view returns (uint256)
108000000000000000000
devaddr() view returns (address)
0xbb59a84550ffe0f447b4ac6ecaddaa4051316c2a
endBlock() view returns (uint256)
42815700
halvingEndBlock1() view returns (uint256)
14433300
halvingEndBlock2() view returns (uint256)
17586900
owner() view returns (address)
0xbb59a84550ffe0f447b4ac6ecaddaa4051316c2a
poolLength() view returns (uint256)
33
startBlock() view returns (uint256)
11279700
totalAllocPoint() view returns (uint256)
3500
Read-only
getBurningInform(uint256 _pid) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to, uint256 _bonus1EndBlockNum, uint256 _bonus2EndBlockNum, uint256 _bonusMul1, uint256 _bonusMul2) view returns (uint256)
pendingCity(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accCityPerShare, uint256 farmStartBlockNum, uint256 bonus1EndBlockNum, uint256 bonus2EndBlockNum)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, uint256 _farmStartBlockNum, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
mint(uint256 amount)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _city, address _devaddr, uint256 _cityPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.