GuildBurningMinter
Verified contract
Active on
Base with 40 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaac7…1799
0x4e1d…ec67
Balances ($0.00)
No balances found for "GuildBurningMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22837486 | 2 days ago | | | 0 | 0.000012551540 | |
| 22802528 | 3 days ago | | | 0 | 0.000012815848 | |
| 22750877 | 4 days ago | | | 0 | 0.000048308417 | |
| 22724187 | 5 days ago | | | 0 | 0.000037504603 | |
| 22704263 | 5 days ago | | | 0 | 0.000012823229 | |
| 22682889 | 6 days ago | | | 0 | 0.000012822799 | |
| 22666466 | 6 days ago | | | 0 | 0.000012822800 | |
| 22663059 | 6 days ago | | | 0 | 0.000012823229 | |
| 22657971 | 6 days ago | | | 0 | 0.000012815349 | |
| 22652893 | 7 days ago | | | 0 | 0.000010833292 |
ABI
ABI objects
Getter at block 22936499
burnAddress() view returns (address)
0x000000000000000000000000000000000000dead
burnToken() view returns (address)
0xaac78d1219c08aecc8e37e03858fe885f5ef1799
guildToken() view returns (address)
0x712780bcc2abbfe47a7e27342c798b95bb086ed5
owner() view returns (address)
0x3ffed6edd108707ff158bad2832e7cee0cc484cc
safeFactory() view returns (address)
0x4e1dcf7ad4e460cfd30791ccc4f9c8a4f820ec67
Read-only
guildTiers(uint256) view returns (uint256)
guildTotalBurned(uint256) view returns (uint256)
tierBurnPrice(uint256) view returns (uint256)
tierToGuildSize(uint256) view returns (uint256)
State-modifying
Events burnForGuild(uint256 _guildId, uint256 _amount)
mint()
mintAndCreateProxy(address _predictSafe, bytes initializer, uint256 saltNonce)
mintTo(address _to)
renounceOwnership()
setBurnPrice(uint256 _id, uint256 _price)
setBurnPrices(uint256[] _tiers, uint256[] _prices)
setGuildSize(uint256 _tier, uint256 _size)
setGuildSizes(uint256[] _tiers, uint256[] _sizes)
transferOwnership(address newOwner)
upgradeGuildTier(uint256 _guildId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _guildToken, address _burnToken, address _safeFactory)
This contract contains no fallback and receive objects.
This contract contains no error objects.