TramsMaster
Verified contract
Active on
Ethereum with 2,046 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7afa…7ff9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRAMS | ERC-20 | 2.012103M | -- | -- | |
TLP | ERC-20 | 22.033307K | -- | -- | |
UNI-V2 | ERC-20 | 38.022444 | -- | -- | |
TLP | ERC-20 | 37.022577 | -- | -- | |
TLP | ERC-20 | 4.037663 | -- | -- | |
TLP | ERC-20 | 2.160495 | -- | -- | |
TLP | ERC-20 | 1.475121 | -- | -- | |
TLP | ERC-20 | 1.32732 | -- | -- | |
TLP | ERC-20 | 1.079498 | -- | -- | |
TLP | ERC-20 | 0.191809 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13520053 | 3 years ago | | | 0 | 0.0063605267 | |
| 13448097 | 3 years ago | | | 0 | 0.0022028666 | |
| 12059703 | 4 years ago | | | 0 | 0.010029010 | |
| 11891494 | 4 years ago | | | 0 | 0.025500566 | |
| 11886110 | 4 years ago | | | 0 | 0.012659570 | |
| 11885839 | 4 years ago | | | 0 | 0.016264690 | |
| 11871855 | 4 years ago | | | 0 | 0.0069389901 | |
| 11871850 | 4 years ago | | | 0 | 0.010400520 | |
| 11871847 | 4 years ago | | | 0 | 0.0047036258 | |
| 11871840 | 4 years ago | | | 0 | 0.015615565 |
ABI
ABI objects
Getter at block 21322376
BETATEST_BLOCKNUM() view returns (uint256)
46530
BONUSONE_MULTIPLIER() view returns (uint256)
20
BONUSTWO_MULTIPLIER() view returns (uint256)
2
BONUS_BLOCKNUM() view returns (uint256)
99750
MINTEND_BLOCKNUM() view returns (uint256)
585134
betaTestEndBlock() view returns (uint256)
11188530
bonusEndBlock() view returns (uint256)
11288280
devaddr() view returns (address)
0xb61ad023e7a77e99d2909598d09bf6f4b5e587c8
migrator() view returns (address)
0x0000000000000000000000000000000000000000
mintEndBlock() view returns (uint256)
11773664
owner() view returns (address)
0x5de55af05a9de79f8602876dc5b8a946dad73faf
poolLength() view returns (uint256)
15
startBlock() view returns (uint256)
11142000
totalAllocPoint() view returns (uint256)
31300
trams() view returns (address)
0x7afa2bbc06dad88487b5171ea2bcdf938a6b7ff9
tramsPerBlock() view returns (uint256)
5000000000000000000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
lpTokenPID(address) view returns (uint256)
pendingTrams(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accTramsPerShare)
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)
handoverTramsMintage(address newOwner)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
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 _trams, address _devaddr, uint256 _tramsPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.