TorontoAgency
Verified contract
Active on
Ethereum with 548 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x601b…65c8
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 100K | -- | -- | |
UNI-V2 | ERC-20 | 10.501K | -- | -- | |
UNI-V2 | ERC-20 | 7.947805K | -- | -- | |
UNI-V2 | ERC-20 | 841.686956 | -- | -- | |
UNI-V2 | ERC-20 | 0.622777 | -- | -- | |
UNI-V2 | ERC-20 | 0.000002 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11865238 | 4 years ago | | | 0 | 0.013840057 | |
| 11810995 | 4 years ago | | | 0 | 0.022795388 | |
| 11810985 | 4 years ago | | | 0 | 0.027765403 | |
| 11810985 | 4 years ago | | | 0 | 0.031349268 | |
| 11810985 | 4 years ago | | | 0 | 0.029483328 | |
| 11794127 | 4 years ago | | | 0 | 0.018294023 | |
| 11794127 | 4 years ago | | | 0 | 0.018294023 | |
| 11794126 | 4 years ago | | | 0 | 0.013570118 | |
| 11794126 | 4 years ago | | | 0 | 0.022269709 | |
| 11794126 | 4 years ago | | | 0 | 0.025048779 |
ABI
ABI objects
Getter at block 21186984
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
999999999
city() view returns (address)
0x601b02791f81c6832d5d087d671efdcd414565c8
cityPerBlock() view returns (uint256)
6700000000000000000
devaddr() view returns (address)
0xbb59a84550ffe0f447b4ac6ecaddaa4051316c2a
owner() view returns (address)
0xbb59a84550ffe0f447b4ac6ecaddaa4051316c2a
poolLength() view returns (uint256)
8
startBlock() view returns (uint256)
10930903
totalAllocPoint() view returns (uint256)
1600
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingCity(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accCityPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, 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, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.