Send Token
Verified contract
Active on
Ethereum with 2,707 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($633.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PYR | ERC-20 | 143.7875 | $3.85 |
$553.58 | |
send | ERC-20 | 764.372K | $0.000104 |
$79.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21290416 | 8 hours ago | | | 0 | 0.00061096536 | |
| 21245001 | 7 days ago | | | 0 | 0.00072241400 | |
| 21209051 | 12 days ago | | | 0 | 0.00032469864 | |
| 21204044 | 12 days ago | | | 0 | 0.00027633557 | |
| 21182140 | 15 days ago | | | 0 | 0.0014232966 | |
| 21181006 | 16 days ago | | | 0 | 0.0032415841 | |
| 21112708 | 25 days ago | | | 0 | 0.00019558051 | |
| 21045863 | a month ago | | | 0 | 0.00072533425 | |
| 21025474 | a month ago | | | 0 | 0.00028138800 | |
| 21025464 | a month ago | | | 0 | 0.00028607780 |
ABI
ABI objects
Getter at block 21292872
_botDefence() view returns (bool)
false
_botDefenceActivatedOnce() view returns (bool)
true
_manager() view returns (address)
0x0000000000000000000000000000000000000000
_maxBuy() view returns (uint256)
8000000
_multisig() view returns (address)
0x4bb2f4c771ccb60723a78a974a2537ad339071c7
_totalSupply() view returns (uint256)
100000000000
decimals() view returns (uint8)
0
getLatestSnapshot() view returns (uint256)
3
name() view returns (string)
Send Token
symbol() view returns (string)
send
totalSupply() view returns (uint256)
100000000000
Read-only
_knownBots(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events activateBotDefenceOnce()
approve(address spender, uint256 amount) returns (bool)
approveToken(address _tokenContract, address _spender, uint256 _value)
changeOwner(address _newManager)
createSnapshot() returns (uint256)
deactivateBotDefence()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
modifyMaxBuy(uint256 _newMaxBuy)
removeBots(address[] _bots)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferToken(address _tokenContract, address _transferTo, uint256 _value)
transferTokenFrom(address _tokenContract, address _transferFrom, address _transferTo, uint256 _value)
withdraw(uint256 _amount, address _to)
Approval(address indexed owner, address indexed spender, uint256 value)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address multisig, address manager, address[] knownBots, uint256 initialMaxBuy)
This contract contains no fallback and receive objects.
This contract contains no error objects.