Holy Trinity

Verified contract

Active on Ethereum with 385 txns
Deployed by via 0x21bb60e0 at 21022566
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Holy Trinity"

0x7f704a5f14eb8228bf1f08f6dd3b69a4bc2264ab44acbf3f8ab1c2d663688f60
0xf233415d958a8c4a3cd6fbc374c9b545eecb51c4621225c6c1aa257314a118d7
0x3b9a353a16f13961417dfc458c1d18de18da68107192d1c3e5c2280163562c93
0x10ef57ee850f97d5a33fea0c035b5bff158771491295b005a11ca6abfa21b76e
From
0xed27d730507595b179e41078ab7f302da1ee44561643d95c3c8fd64e19a88e64
0x1b52dcb9937123f4daaacbf30b3f5bb34de52155bcaaed9e1fe78b9b5c178799
0x2bbf1507051cbb9a6945ce47ea627b146698e7541af96b7d1e6e9bd5f0ce27e6
0xc8563ac0deeea1140297abb4554293d9e8511aade061c9170ecee3a74539e301
0xd7cbe16d9782ae6f3aa8f40e742f411d8ca4e686a0b48c4ebde08d9ef9ec4212
0xd5ed80662ce93a103858e428ad02ea520d1232f6487e6b73938e7ec3d46ab385

Functions
Getter at block 21324462
decimals(view returns (uint8)
18
maxWalletLimit(view returns (uint256)
1000000000000000000000
name(view returns (string)
Holy Trinity
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
HOLY
totalSupply(view returns (uint256)
1000000000000000000000
uniswapV2Pair(view returns (address)
0x95951d957cfd526a2d52a984fd50c4b31df68647
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
blacklist(addressview returns (bool)
State-modifying
addBlacklist(address val
approve(address spenderuint256 valuereturns (bool)
delBlackList(address val
disabledMaxWallet(
initPairForSwap(address _uniswapV2Routeraddress _uniswapV2Factory
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account