TokyoAgency
Verified contract
Active on
Ethereum with 30 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcb9e…b32d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 0.051739 | -- | -- | |
TOKYO | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10845950 | 4 years ago | | | 0 | 0.0096036000 | |
| 10845940 | 4 years ago | | | 0 | 0.0073778681 | |
| 10845937 | 4 years ago | | | 0 | 0.010081764 | |
| 10845792 | 4 years ago | | | 0 | 0.0098436900 | |
| 10845792 | 4 years ago | | | 0 | 0.0098427060 | |
| 10845790 | 4 years ago | | | 0 | 0.032650646 | |
| 10845790 | 4 years ago | | | 0 | 0.0086098360 | |
| 10838811 | 4 years ago | | | 0 | 0.052545616 | |
| 10838804 | 4 years ago | | | 0 | 0.0039686200 | |
| 10838804 | 4 years ago | | | 0 | 0.0039686200 |
ABI
ABI objects
Getter at block 21178775
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
9999999999
city() view returns (address)
0xcb9e2a1ad6489d55022cd523ba0d5ef8881fb32d
cityPerBlock() view returns (uint256)
1000
devaddr() view returns (address)
0xbb59a84550ffe0f447b4ac6ecaddaa4051316c2a
owner() view returns (address)
0xbb59a84550ffe0f447b4ac6ecaddaa4051316c2a
poolLength() view returns (uint256)
10
startBlock() view returns (uint256)
10834271
totalAllocPoint() view returns (uint256)
1900
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.