Gates Syndicate
Verified contract
Active on
Ethereum with 457 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Gates Syndicate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19480729 | 9 months ago | | | 0 | 0.0017045149 | |
| 18529438 | a year ago | | | 0 | 0.0025010200 | |
| 18358941 | a year ago | | | 0 | 0.00026306384 | |
| 17980335 | a year ago | | | 0 | 0.0012272044 | |
| 17979820 | a year ago | | | 0 | 0.0014652665 | |
| 17869862 | a year ago | | | 0 | 0.00089245059 | |
| 17783247 | a year ago | | | 0 | 0.0010612621 | |
| 17773780 | a year ago | | | 0 | 0.00092383392 | |
| 17773780 | a year ago | | | 0 | 0.0015282039 | |
| 17773780 | a year ago | | | 0 | 0.0015282039 |
ABI
ABI objects
Getter at block 21444911
DOMAIN_SEPARATOR() view returns (bytes32)
0x0d65d6e92b9cf76aeeb4dad33a38fa64b43427911e289c4d339d484481975e99
decimals() view returns (uint8)
18
maxBuy() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name() view returns (string)
Gates Syndicate
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
GATES
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address user) view returns (uint256)
isAddressExcluded(address) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setIsAddressExcluded(address user, bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
IsAddressExcludedChanged(address indexed user, bool value)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address treasury, address uniV2Router, address weth)
This contract contains no fallback and receive objects.
MaxBuyExceeded(uint256 maxBuy, uint256 amount)